Skip to content

Commit dd9bf8e

Browse files
committed
maint: move .flake8 config into setup.cfg
1 parent 173c262 commit dd9bf8e

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.flake8

Lines changed: 0 additions & 4 deletions
This file was deleted.

setup.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,8 @@ parentdir_prefix =
9191
max-line-length = 99
9292
doctests = True
9393
exclude=*build/
94+
select = C,E,F,W,B,B950
95+
ignore = N802,N806,W503,E203
9496
putty-ignore =
9597
*/__init__.py : +F401
9698
docs/conf.py : +E265

0 commit comments

Comments
 (0)