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/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0)
- [github.com/commitizen-tools/commitizen: v3.14.1 → v3.29.0](commitizen-tools/commitizen@v3.14.1...v3.29.0)
- [github.com/psf/black: 24.2.0 → 24.8.0](psf/black@24.2.0...24.8.0)
- [github.com/pycqa/flake8: 7.0.0 → 7.1.1](PyCQA/flake8@7.0.0...7.1.1)
- [github.com/asottile/pyupgrade: v3.15.0 → v3.17.0](asottile/pyupgrade@v3.15.0...v3.17.0)
- [github.com/pre-commit/mirrors-mypy: v1.8.0 → v1.11.2](pre-commit/mirrors-mypy@v1.8.0...v1.11.2)
- [github.com/PyCQA/bandit: 1.7.7 → 1.7.9](PyCQA/bandit@1.7.7...1.7.9)
  • Loading branch information
pre-commit-ci[bot] committed Aug 26, 2024
1 parent 43f2778 commit a14bdf9
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ exclude: |
)$
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: check-ast
- id: check-added-large-files
Expand All @@ -29,7 +29,7 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/commitizen-tools/commitizen
rev: v3.14.1
rev: v3.29.0
hooks:
- id: commitizen
stages: [commit-msg]
Expand All @@ -41,13 +41,13 @@ repos:
args: ["--filter-files"]

- repo: https://github.com/psf/black
rev: 24.2.0
rev: 24.8.0
hooks:
- id: black
alias: black

- repo: https://github.com/pycqa/flake8
rev: 7.0.0
rev: 7.1.1
hooks:
- id: flake8
additional_dependencies:
Expand All @@ -58,7 +58,7 @@ repos:
args: ["--ignore=C901,E800,F842,F841,W503"]

- repo: https://github.com/asottile/pyupgrade
rev: v3.15.0
rev: v3.17.0
hooks:
- id: pyupgrade
args: [--py39]
Expand All @@ -70,7 +70,7 @@ repos:
stages: [commit]

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.8.0
rev: v1.11.2
hooks:
- id: mypy
alias: mypy
Expand All @@ -97,7 +97,7 @@ repos:
- types-python-dateutil

- repo: https://github.com/PyCQA/bandit
rev: 1.7.7
rev: 1.7.9
hooks:
- id: bandit
args:
Expand Down

0 comments on commit a14bdf9

Please sign in to comment.