Skip to content

Commit 6f73cb1

Browse files
committed
MAINT: Update pre-commit-config
1 parent b14be94 commit 6f73cb1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ repos:
1616
args: ['--fix=lf']
1717
- id: check-added-large-files
1818
args: ['--maxkb=1000']
19-
- repo: https://gitlab.com/pycqa/flake8
20-
rev: 3.9.2
19+
- repo: https://github.com/pycqa/flake8
20+
rev: 5.0.4
2121
hooks:
2222
- id: flake8
2323
args: ["--ignore", "E,W,F"]
@@ -32,7 +32,7 @@ repos:
3232
name: isort (python)
3333
additional_dependencies: [toml]
3434
- repo: https://github.com/psf/black
35-
rev: 22.6.0
35+
rev: 22.10.0
3636
hooks:
3737
- id: black
3838
args: [--target-version, py36]
@@ -42,7 +42,7 @@ repos:
4242
- id: blacken-docs
4343
additional_dependencies: [black==22.1.0]
4444
- repo: https://github.com/asottile/pyupgrade
45-
rev: v2.37.3
45+
rev: v3.2.2
4646
hooks:
4747
- id: pyupgrade
4848
args: [--py36-plus]

0 commit comments

Comments
 (0)