Skip to content

Commit b969025

Browse files
Update black version in pre-commit
1 parent 11db833 commit b969025

File tree

1 file changed

+8
-22
lines changed

1 file changed

+8
-22
lines changed

.pre-commit-config.yaml

+8-22
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,21 @@
1+
exclude: |
2+
(?x)^(
3+
versioneer\.py|
4+
unification/_version\.py|
5+
doc/.*|
6+
bin/.*
7+
)$
18
repos:
29
- repo: https://github.com/psf/black
3-
rev: 20.8b1
10+
rev: 22.3.0
411
hooks:
512
- id: black
613
language_version: python3
7-
exclude: |
8-
(?x)^(
9-
versioneer\.py|
10-
cons/_version\.py|
11-
doc/.*|
12-
bin/.*
13-
)$
1414
- repo: https://gitlab.com/pycqa/flake8
1515
rev: 3.8.4
1616
hooks:
1717
- id: flake8
18-
exclude: |
19-
(?x)^(
20-
versioneer\.py|
21-
cons/_version\.py|
22-
doc/.*|
23-
bin/.*
24-
)$
2518
- repo: https://github.com/pycqa/isort
2619
rev: 5.7.0
2720
hooks:
2821
- id: isort
29-
exclude: |
30-
(?x)^(
31-
versioneer\.py|
32-
cons/_version\.py|
33-
doc/.*|
34-
bin/.*
35-
)$

0 commit comments

Comments
 (0)