remove old linter configs

This commit is contained in:
Willi Ballenthin
2023-07-06 17:12:00 +02:00
parent 75a76b47be
commit 691ef1c72f
3 changed files with 0 additions and 116 deletions

10
.github/tox.ini vendored
View File

@@ -1,10 +0,0 @@
[pycodestyle]
; E402: module level import not at top of file
; W503: line break before binary operator
; E231 missing whitespace after ',' (emitted by black)
; E203 whitespace before ':' (emitted by black)
ignore = E402,W503,E203,E231
max-line-length = 160
statistics = True
count = True
exclude = .*