Skip to content

Commit e85752b

Browse files
committed
pre-commit autoupdate
1 parent 8b7d05c commit e85752b

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

.pre-commit-config.yaml

+6-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1+
exclude: ^docs
2+
13
repos:
24
- repo: https://github.com/asottile/pyupgrade
3-
rev: v2.29.0
5+
rev: v2.31.0
46
hooks:
57
- id: pyupgrade
68
args: [--py37-plus]
@@ -12,18 +14,18 @@ repos:
1214
args: [--in-place, --remove-all-unused-imports, --remove-unused-variable, --ignore-init-module-imports]
1315

1416
- repo: https://github.com/psf/black
15-
rev: 21.4b2
17+
rev: 22.1.0
1618
hooks:
1719
- id: black
1820
args: [--line-length, '120']
1921

2022
- repo: https://github.com/PyCQA/isort
21-
rev: 5.9.3
23+
rev: 5.10.1
2224
hooks:
2325
- id: isort
2426

2527
- repo: https://github.com/pre-commit/pre-commit-hooks
26-
rev: v4.0.1
28+
rev: v4.1.0
2729
hooks:
2830
- id: check-case-conflict
2931
- id: check-symlinks

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ tabulate==0.8.6
77
flask==1.1.1
88
flask-paginate==0.5.5
99
gunicorn==20.0.4
10-
tqdm==4.41.0
10+
tqdm==4.41.0

0 commit comments

Comments
 (0)