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 fa641d6 commit 6e9b0a5Copy full SHA for 6e9b0a5
.stickler.yml
@@ -2,3 +2,11 @@ linters:
2
flake8:
3
python: 3
4
max-line-length: 79
5
+ select: C,E,F,W,B,B950
6
+ ignore: E203, E501, W503
7
+ black:
8
+ config: ./pyproject.toml
9
+ fixer: true
10
+
11
+fixers:
12
+ enable: true
pyproject.toml
@@ -1,5 +1,5 @@
1
[tool.black]
-line-length = 88
+line-length = 79
target-version = ['py36', 'py37', 'py38']
include = '\.pyi?$'
exclude = '''
@@ -15,4 +15,4 @@ exclude = '''
15
| build
16
| dist
17
)/
18
-'''
+'''
0 commit comments