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 → v5.0.0](pre-commit/pre-commit-hooks@v4.5.0...v5.0.0)
- [github.com/commitizen-tools/commitizen: v3.14.1 → v3.31.0](commitizen-tools/commitizen@v3.14.1...v3.31.0)
- [github.com/psf/black: 24.2.0 → 24.10.0](psf/black@24.2.0...24.10.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.19.0](asottile/pyupgrade@v3.15.0...v3.19.0)
- [github.com/pre-commit/mirrors-mypy: v1.8.0 → v1.13.0](pre-commit/mirrors-mypy@v1.8.0...v1.13.0)
- [github.com/PyCQA/bandit: 1.7.7 → 1.7.10](PyCQA/bandit@1.7.7...1.7.10)
  • Loading branch information
pre-commit-ci[bot] authored Nov 18, 2024
1 parent 43f2778 commit 4758824
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 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: v5.0.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.31.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.10.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.19.0
hooks:
- id: pyupgrade
args: [--py39]
Expand All @@ -67,10 +67,10 @@ repos:
rev: v4.0.0-alpha.8
hooks:
- id: prettier
stages: [commit]
stages: [pre-commit]

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.8.0
rev: v1.13.0
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.10
hooks:
- id: bandit
args:
Expand Down

0 comments on commit 4758824

Please sign in to comment.