We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 180033e commit 25f9aa0Copy full SHA for 25f9aa0
.flake8
@@ -1,4 +1,4 @@
1
[flake8]
2
max-line-length = 88
3
select = C,E,F,W,B,B950
4
-extend-ignore = E203, E501
+extend-ignore = E203, E501, W503
.pre-commit-config.yaml
@@ -14,7 +14,7 @@
14
repos:
15
# Autoupdate: Python code
16
- repo: https://github.com/asottile/pyupgrade
17
- rev: v2.37.2
+ rev: v2.37.3
18
hooks:
19
- id: pyupgrade
20
args: [--py39-plus]
@@ -96,7 +96,7 @@ repos:
96
97
# Lint: Python
98
- repo: https://github.com/PyCQA/flake8
99
- rev: 4.0.1
+ rev: 5.0.3
100
101
- id: flake8
102
0 commit comments