Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/python-poetry/poetry: 1.2.0rc1 → 1.6.0](python-poetry/poetry@1.2.0rc1...1.6.0)
- [github.com/PyCQA/bandit: 1.7.4 → 1.7.5](PyCQA/bandit@1.7.4...1.7.5)
- [github.com/codespell-project/codespell: v2.2.1 → v2.2.5](codespell-project/codespell@v2.2.1...v2.2.5)
- [github.com/executablebooks/mdformat: 0.7.16 → 0.7.17](executablebooks/mdformat@0.7.16...0.7.17)
- [github.com/PyCQA/docformatter: v1.5.0 → v1.7.5](PyCQA/docformatter@v1.5.0...v1.7.5)
- [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v4.4.0](pre-commit/pre-commit-hooks@v4.3.0...v4.4.0)
- [github.com/hadolint/hadolint: v2.10.0 → v2.12.1-beta](hadolint/hadolint@v2.10.0...v2.12.1-beta)
- [github.com/asottile/setup-cfg-fmt: v2.0.0 → v2.4.0](asottile/setup-cfg-fmt@v2.0.0...v2.4.0)
- [github.com/pycqa/isort: 5.10.1 → 5.12.0](PyCQA/isort@5.10.1...5.12.0)
- [github.com/psf/black: 22.10.0 → 23.7.0](psf/black@22.10.0...23.7.0)
- [github.com/hadialqattan/pycln: v2.1.1 → v2.2.2](hadialqattan/pycln@v2.1.1...v2.2.2)
- [github.com/pycqa/flake8: 5.0.4 → 6.1.0](PyCQA/flake8@5.0.4...6.1.0)
- [github.com/asottile/yesqa: v1.4.0 → v1.5.0](asottile/yesqa@v1.4.0...v1.5.0)
- [github.com/asottile/pyupgrade: v3.0.0 → v3.10.1](asottile/pyupgrade@v3.0.0...v3.10.1)
- [github.com/pre-commit/pygrep-hooks: v1.9.0 → v1.10.0](pre-commit/pygrep-hooks@v1.9.0...v1.10.0)
- [github.com/pre-commit/mirrors-mypy: v0.982 → v1.5.1](pre-commit/mirrors-mypy@v0.982...v1.5.1)
  • Loading branch information
pre-commit-ci[bot] authored Aug 28, 2023
1 parent 3d3eab8 commit 5de4d4c
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ default_language_version:
python: python3.10
repos:
- repo: https://github.com/python-poetry/poetry
rev: '1.2.0rc1' # add version here
rev: '1.6.0' # add version here
hooks:
- id: poetry-check
- id: poetry-lock
Expand All @@ -16,21 +16,21 @@ repos:
args: ["-o", "app/requirements-dev.txt","--without-hashes", "--dev"]

- repo: https://github.com/PyCQA/bandit
rev: '1.7.4'
rev: '1.7.5'
hooks:
- id: bandit
additional_dependencies:
- bandit[toml]
args: ["-v", "-c", "pyproject.toml"]

- repo: https://github.com/codespell-project/codespell
rev: v2.2.1
rev: v2.2.5
hooks:
- id: codespell
args: ["-L", "selectin"]

- repo: https://github.com/executablebooks/mdformat
rev: 0.7.16
rev: 0.7.17
hooks:
- id: mdformat
args: ["--number"]
Expand All @@ -40,13 +40,13 @@ repos:
- linkify-it-py

- repo: https://github.com/PyCQA/docformatter
rev: v1.5.0
rev: v1.7.5
hooks:
- id: docformatter
args: [ "--in-place", "--wrap-descriptions", "79" ]

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: "v4.3.0"
rev: "v4.4.0"
hooks:
- id: check-added-large-files
- id: check-case-conflict
Expand All @@ -60,34 +60,34 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/hadolint/hadolint
rev: v2.10.0
rev: v2.12.1-beta
hooks:
- id: hadolint

- repo: https://github.com/asottile/setup-cfg-fmt
rev: v2.0.0
rev: v2.4.0
hooks:
- id: setup-cfg-fmt

- repo: https://github.com/pycqa/isort
rev: '5.10.1'
rev: '5.12.0'
hooks:
- id: isort

- repo: https://github.com/psf/black
rev: 22.10.0
rev: 23.7.0
hooks:
- id: black

- repo: https://github.com/hadialqattan/pycln
rev: "v2.1.1"
rev: "v2.2.2"
hooks:
- id: pycln
args: [ --config=setup.cfg ]


- repo: https://github.com/pycqa/flake8
rev: '5.0.4'
rev: '6.1.0'
hooks:
- id: flake8
additional_dependencies:
Expand All @@ -100,12 +100,12 @@ repos:
- flake8-pytest-style==1.6.0

- repo: https://github.com/asottile/yesqa
rev: "v1.4.0"
rev: "v1.5.0"
hooks:
- id: yesqa

- repo: https://github.com/asottile/pyupgrade
rev: "v3.0.0"
rev: "v3.10.1"
hooks:
- id: pyupgrade
args: ["--py38-plus"]
Expand All @@ -116,7 +116,7 @@ repos:
- id: detect-secrets

- repo: https://github.com/pre-commit/pygrep-hooks
rev: "v1.9.0"
rev: "v1.10.0"
hooks:
- id: python-no-log-warn
- id: python-no-eval
Expand All @@ -126,7 +126,7 @@ repos:
- id: rst-inline-touching-normal

- repo: https://github.com/pre-commit/mirrors-mypy
rev: "v0.982"
rev: "v1.5.1"
hooks:
- id: mypy
additional_dependencies:
Expand Down

0 comments on commit 5de4d4c

Please sign in to comment.