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.0.1 → v4.6.0](pre-commit/pre-commit-hooks@v4.0.1...v4.6.0)
- [github.com/psf/black: 21.7b0 → 24.4.2](psf/black@21.7b0...24.4.2)
- [github.com/PyCQA/flake8: 3.9.2 → 7.0.0](PyCQA/flake8@3.9.2...7.0.0)
- [github.com/PyCQA/isort: 5.9.3 → 5.13.2](PyCQA/isort@5.9.3...5.13.2)
- [github.com/commitizen-tools/commitizen: v2.18.0 → v3.25.0](commitizen-tools/commitizen@v2.18.0...v3.25.0)
- [github.com/pre-commit/mirrors-mypy: v0.910 → v1.10.0](pre-commit/mirrors-mypy@v0.910...v1.10.0)
  • Loading branch information
pre-commit-ci[bot] authored May 6, 2024
1 parent 6f6c0b7 commit 3e9c4d8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.0.1
rev: v4.6.0
hooks:
- id: check-added-large-files
args: ['--maxkb=5000']
Expand All @@ -18,20 +18,20 @@ repos:
exclude: .git/COMMIT_EDITMSG
- id: trailing-whitespace
- repo: https://github.com/psf/black
rev: 21.7b0
rev: 24.4.2
hooks:
- id: black
exclude: (.*)/migrations
- repo: https://github.com/PyCQA/flake8
rev: 3.9.2
rev: 7.0.0
hooks:
- id: flake8
- repo: https://github.com/asottile/seed-isort-config
rev: v2.2.0
hooks:
- id: seed-isort-config
- repo: https://github.com/PyCQA/isort
rev: 5.9.3
rev: 5.13.2
hooks:
- id: isort
args: ["--profile", "black"]
Expand All @@ -40,12 +40,12 @@ repos:
# hooks:
# - id: bandit
- repo: https://github.com/commitizen-tools/commitizen
rev: v2.18.0
rev: v3.25.0
hooks:
- id: commitizen
stages: [commit-msg]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: 'v0.910' # Use the sha / tag you want to point at
rev: 'v1.10.0' # Use the sha / tag you want to point at
hooks:
- id: mypy
args: [--no-strict-optional, --ignore-missing-imports]

0 comments on commit 3e9c4d8

Please sign in to comment.