Skip to content

Commit f5a5c8d

Browse files
authored
CLN: Remove setup.cfg (#53361)
1 parent b0d0e4e commit f5a5c8d

File tree

2 files changed

+2
-25
lines changed

2 files changed

+2
-25
lines changed

scripts/validate_docstrings.py

+2
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,8 @@ def validate_pep8(self):
217217
"-m",
218218
"flake8",
219219
"--format=%(row)d\t%(col)d\t%(code)s\t%(text)s",
220+
"--max-line-length=88",
221+
"--ignore=E203,E3,W503,W504,E402,E731",
220222
file.name,
221223
]
222224
response = subprocess.run(cmd, capture_output=True, check=False, text=True)

setup.cfg

-25
This file was deleted.

0 commit comments

Comments
 (0)