We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11db833 commit b969025Copy full SHA for b969025
.pre-commit-config.yaml
@@ -1,35 +1,21 @@
1
+exclude: |
2
+ (?x)^(
3
+ versioneer\.py|
4
+ unification/_version\.py|
5
+ doc/.*|
6
+ bin/.*
7
+ )$
8
repos:
9
- repo: https://github.com/psf/black
- rev: 20.8b1
10
+ rev: 22.3.0
11
hooks:
12
- id: black
13
language_version: python3
- exclude: |
- (?x)^(
- versioneer\.py|
- cons/_version\.py|
- doc/.*|
- bin/.*
- )$
14
- repo: https://gitlab.com/pycqa/flake8
15
rev: 3.8.4
16
17
- id: flake8
18
19
20
21
22
23
24
25
- repo: https://github.com/pycqa/isort
26
rev: 5.7.0
27
28
- id: isort
29
30
31
32
33
34
35
0 commit comments