We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f646c18 commit 6122e32Copy full SHA for 6122e32
.pre-commit-config.yaml
@@ -14,7 +14,7 @@ repos:
14
- id: end-of-file-fixer
15
- id: trailing-whitespace
16
- repo: https://github.com/tox-dev/pyproject-fmt
17
- rev: 1.4.1
+ rev: 1.5.1
18
hooks:
19
- id: pyproject-fmt
20
- repo: https://github.com/tox-dev/tox-ini-fmt
@@ -33,7 +33,7 @@ repos:
33
- id: pyupgrade
34
args: [--py38-plus]
35
- repo: https://github.com/psf/black-pre-commit-mirror
36
- rev: 23.10.1
+ rev: 23.11.0
37
38
- id: black
39
- repo: https://github.com/adamchainz/blacken-docs
@@ -61,7 +61,7 @@ repos:
61
- flake8-comprehensions
62
- flake8-tidy-imports
63
- repo: https://github.com/pre-commit/mirrors-mypy
64
- rev: v1.6.1
+ rev: v1.7.0
65
66
- id: mypy
67
additional_dependencies:
0 commit comments