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.
2 parents 4b6b802 + debf1e1 commit f0d6fffCopy full SHA for f0d6fff
.pre-commit-config.yaml
@@ -10,7 +10,7 @@ repos:
10
- id: name-tests-test
11
- id: requirements-txt-fixer
12
- repo: https://github.com/asottile/reorder-python-imports
13
- rev: v3.13.0
+ rev: v3.14.0
14
hooks:
15
- id: reorder-python-imports
16
args: [--py311-plus, --add-import, 'from __future__ import annotations']
@@ -19,7 +19,7 @@ repos:
19
20
- id: add-trailing-comma
21
- repo: https://github.com/asottile/pyupgrade
22
- rev: v3.17.0
+ rev: v3.18.0
23
24
- id: pyupgrade
25
args: [--py311-plus]
@@ -32,6 +32,6 @@ repos:
32
33
- id: flake8
34
- repo: https://github.com/pre-commit/mirrors-mypy
35
- rev: v1.11.2
+ rev: v1.12.1
36
37
- id: mypy
0 commit comments