We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b802b5a commit 9faee28Copy full SHA for 9faee28
.pre-commit-config.yaml
@@ -8,7 +8,7 @@ repos:
8
- id: pyupgrade
9
args: ["--py37-plus"]
10
- repo: https://github.com/asottile/reorder_python_imports
11
- rev: v3.0.1
+ rev: v3.1.0
12
hooks:
13
- id: reorder-python-imports
14
args: ["--application-directories", "src"]
requirements/dev.txt
@@ -20,7 +20,7 @@ filelock==3.6.0
20
# via
21
# tox
22
# virtualenv
23
-identify==2.4.12
+identify==2.5.0
24
# via pre-commit
25
nodeenv==1.6.0
26
requirements/typing.txt
@@ -5,7 +5,7 @@
5
#
6
# pip-compile-multi
7
-mypy==0.942
+mypy==0.950
# via -r requirements/typing.in
mypy-extensions==0.4.3
# via mypy
0 commit comments