Private
Public Access
1
0
This commit is contained in:
Sander Roosendaal
2022-02-16 11:13:14 +01:00
parent 2fb011e876
commit 4f48901c55
7 changed files with 76 additions and 160 deletions

View File

@@ -1,3 +1,3 @@
[flake8]
ignore = F405, F403, E722, E226, W504
ignore = F405, F403, E722, E226, W504, F401, W605
max-line-length = 120