Skip to content

Commit

Permalink
Remove pycodestyle
Browse files Browse the repository at this point in the history
  • Loading branch information
MetRonnie committed May 17, 2021
1 parent bc17cae commit 47dd3e3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 10 deletions.
1 change: 0 additions & 1 deletion .github/workflows/test_fast.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ jobs:

- name: style
run: |
pycodestyle
flake8
etc/bin/shellchecker
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ def find_version(*file_paths):
'coverage>=5.0.0',
'flake8>=3.0.0',
'mypy>=0.800',
'pycodestyle>=2.5.0',
# TODO: https://github.com/pytest-dev/pytest-asyncio/issues/ 209
'pytest-asyncio>=0.15.1',
'pytest-cov>=2.8.0',
Expand Down
10 changes: 2 additions & 8 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,18 +1,11 @@
[pycodestyle]
[flake8]
ignore=
; module level import not at top of file
E402,
; line break before binary operator
W503,
; line break after binary operator
W504
exclude=
.git,
__pycache__,
.tox,
**data_messages_pb2.py

[flake8]
exclude=
build,
dist,
Expand All @@ -23,3 +16,4 @@ exclude=
**data_messages_pb2.py
paths =
./cylc/flow
./tests

0 comments on commit 47dd3e3

Please sign in to comment.