File tree 2 files changed +10
-7
lines changed
2 files changed +10
-7
lines changed Original file line number Diff line number Diff line change 2
2
ban-relative-imports = true
3
3
inline-quotes = "
4
4
ignore =
5
- B008, # Barring function calls in default args. Ha, no.
6
- B306, # See https://github.com/PyCQA/flake8-bugbear/issues/131
7
- W503, # (flake8 default) old PEP8 boolean operator line breaks
5
+ # Barring function calls in default args. Ha, no.
6
+ B008,
7
+ # See https://github.com/PyCQA/flake8-bugbear/issues/131
8
+ B306,
9
+ # (flake8 default) old PEP8 boolean operator line breaks
10
+ W503,
Original file line number Diff line number Diff line change 1
1
repos :
2
2
- repo : https://github.com/pre-commit/pre-commit-hooks
3
- rev : v4.3 .0
3
+ rev : v4.4 .0
4
4
hooks :
5
5
- id : check-ast
6
6
- id : check-docstring-first
@@ -17,15 +17,15 @@ repos:
17
17
hooks :
18
18
- id : isort
19
19
- repo : https://github.com/pycqa/flake8
20
- rev : " 5 .0.4 "
20
+ rev : " 6 .0.0 "
21
21
hooks :
22
22
- id : flake8
23
23
- repo : https://github.com/asottile/pyupgrade
24
- rev : v2.38 .2
24
+ rev : v3.2 .2
25
25
hooks :
26
26
- id : pyupgrade
27
27
- repo : https://github.com/psf/black
28
- rev : 22.8 .0
28
+ rev : 22.10 .0
29
29
hooks :
30
30
- name : black
31
31
id : black
You can’t perform that action at this time.
0 commit comments