Skip to content

Commit 6e9b0a5

Browse files
committed
Use tested yml and toml files
1 parent fa641d6 commit 6e9b0a5

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

.stickler.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,11 @@ linters:
22
flake8:
33
python: 3
44
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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.black]
2-
line-length = 88
2+
line-length = 79
33
target-version = ['py36', 'py37', 'py38']
44
include = '\.pyi?$'
55
exclude = '''
@@ -15,4 +15,4 @@ exclude = '''
1515
| build
1616
| dist
1717
)/
18-
'''
18+
'''

0 commit comments

Comments
 (0)