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/psf/black: 24.8.0 β†’ 24.10.0](psf/black@24.8.0...24.10.0)
- [github.com/pre-commit/pre-commit-hooks: v4.6.0 β†’ v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0)
- [github.com/pre-commit/mirrors-mypy: v1.11.2 β†’ v1.13.0](pre-commit/mirrors-mypy@v1.11.2...v1.13.0)
- [github.com/asottile/pyupgrade: v3.17.0 β†’ v3.19.0](asottile/pyupgrade@v3.17.0...v3.19.0)
  • Loading branch information
pre-commit-ci[bot] authored Nov 5, 2024
1 parent 9cd962b commit aecd8c8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
repos:
- repo: https://github.com/psf/black
rev: 24.8.0
rev: 24.10.0
hooks:
- id: black

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: check-added-large-files
- id: check-case-conflict
Expand Down Expand Up @@ -33,7 +33,7 @@ repos:
- id: flake8
additional_dependencies: ["flake8-bugbear"]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: "v1.11.2" # Use the sha / tag you want to point at
rev: "v1.13.0" # Use the sha / tag you want to point at
hooks:
- id: mypy
exclude: "conftest.py|^doc/examples/examples/|^doc/conf.py"
Expand All @@ -43,7 +43,7 @@ repos:
- id: codespell
args: ["-I", "codespell.txt"]
- repo: https://github.com/asottile/pyupgrade
rev: v3.17.0
rev: v3.19.0
hooks:
- id: pyupgrade
args: ["--py37-plus"]
Expand Down

0 comments on commit aecd8c8

Please sign in to comment.