Skip to content

Commit a1407d1

Browse files
authored
Merge pull request #634 from Secrus/fix-ci
Fix versions in pre-commit config to fix CI
2 parents 2b3b994 + 353377b commit a1407d1

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,18 @@
11
repos:
22
- repo: https://github.com/psf/black
3-
rev: 21.9b0
3+
rev: 22.6.0
44
hooks:
55
- id: black
66

77
- repo: https://gitlab.com/pycqa/flake8
8-
rev: 3.9.2
8+
rev: 4.0.1
99
hooks:
1010
- id: flake8
1111

1212
- repo: https://github.com/timothycrosley/isort
13-
rev: 5.9.3
13+
rev: 5.10.1
1414
hooks:
1515
- id: isort
16-
additional_dependencies: [toml]
1716
exclude: ^.*/?setup\.py$
1817

1918
- repo: https://github.com/asottile/pyupgrade

0 commit comments

Comments
 (0)