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/PyCQA/isort: 0a0b7a830386ba6a31c2ec8316849ae4d1b8240d → c8ab4a5b21bac924d106e3103dd7c979fdd0f9bc](PyCQA/isort@0a0b7a8...c8ab4a5)
- [github.com/PyCQA/flake8: e43806be3607110919eff72939fda031776e885a → bddd87797f8dfc07d2a10c894776018d9bec590b](PyCQA/flake8@e43806b...bddd877)
- [github.com/pre-commit/mirrors-mypy: bbc3dc1f890007061f18f17e2334f216ea9e5df7 → f40886d54c729f533f864ed6ce584e920feb0af7](pre-commit/mirrors-mypy@bbc3dc1...f40886d)
  • Loading branch information
pre-commit-ci[bot] authored Mar 3, 2025
1 parent 33fea4c commit 5407100
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ repos:
- flake8-builtins
- flake8-comprehensions
- repo: https://github.com/PyCQA/isort
rev: 0a0b7a830386ba6a31c2ec8316849ae4d1b8240d # frozen: 6.0.0
rev: c8ab4a5b21bac924d106e3103dd7c979fdd0f9bc # frozen: 6.0.1
hooks:
- id: isort
- repo: https://github.com/psf/black
Expand All @@ -34,15 +34,15 @@ repos:
- id: python-check-blanket-noqa
- id: python-check-blanket-type-ignore
- repo: https://github.com/PyCQA/flake8
rev: e43806be3607110919eff72939fda031776e885a # frozen: 7.1.1
rev: bddd87797f8dfc07d2a10c894776018d9bec590b # frozen: 7.1.2
hooks:
- id: flake8
additional_dependencies:
- flake8-bugbear
- flake8-builtins
- flake8-comprehensions
- repo: https://github.com/pre-commit/mirrors-mypy
rev: bbc3dc1f890007061f18f17e2334f216ea9e5df7 # frozen: v1.14.1
rev: f40886d54c729f533f864ed6ce584e920feb0af7 # frozen: v1.15.0
hooks:
- id: mypy
args: ["--scripts-are-modules"]
Expand Down

0 comments on commit 5407100

Please sign in to comment.