mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 13:24:54 +01:00
Merge pull request #28 from pypeclub/hotfix/flake8-configuration
fixing flake8 configuration
This commit is contained in:
commit
335836cbd4
1 changed files with 1 additions and 2 deletions
3
.flake8
3
.flake8
|
|
@ -1,7 +1,6 @@
|
|||
[flake8]
|
||||
# ignore = D203
|
||||
ignore = BLK100
|
||||
ignore = W504
|
||||
ignore = BLK100, W504
|
||||
max-line-length = 79
|
||||
exclude =
|
||||
.git,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue