Skip to content

Commit d851e35

Browse files
committed
bump pre-commit hook versions
1 parent a14e37d commit d851e35

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,20 @@ repos:
44
hooks:
55
- id: autoflake
66
args: [--in-place, --remove-all-unused-imports, --remove-unused-variable, --ignore-init-module-imports]
7+
78
- repo: https://github.com/psf/black
8-
rev: 21.4b2
9+
rev: 21.11b1
910
hooks:
1011
- id: black
11-
- repo: https://gitlab.com/pycqa/flake8
12-
rev: 3.8.4
12+
13+
- repo: https://github.com/pycqa/flake8
14+
rev: 4.0.1
1315
hooks:
1416
- id: flake8
1517
args: [--max-line-length=125]
18+
1619
- repo: https://github.com/pre-commit/pre-commit-hooks
17-
rev: v3.4.0
20+
rev: v4.0.1
1821
hooks:
1922
- id: check-yaml
2023
- id: end-of-file-fixer

0 commit comments

Comments
 (0)