Skip to content

Commit 3c1baec

Browse files
committed
chore: use flake518 instead of pycodestyle
1 parent a1d93d5 commit 3c1baec

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
[build-system]
22
requires = ['docutils', 'GitPython', 'packaging', 'semver', 'setuptools', 'wheel']
33

4+
[tool.flake8]
5+
max-line-length = 100
6+
max-doc-length = 100
7+
48
[tool.pydocstyle]
59
ignore = [
610
'D102', 'D103', 'D105', 'D107',

requirements_ci.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
codecov ~= 2.1
22
coverage ~= 6.2
3+
flake518 ~= 1.2
34
mypy ~= 0.930
4-
pycodestyle ~= 2.8
55
pydocstyle ~= 6.1
66
pylint ~= 2.12
77
types-docutils ~= 0.17

0 commit comments

Comments
 (0)