Skip to content

Commit

Permalink
make flake8 ignore all __init__.py
Browse files Browse the repository at this point in the history
Signed-off-by: Armin Tänzer <armin.taenzer@tngtech.com>
  • Loading branch information
armintaenzertng committed Apr 20, 2023
1 parent c1f0b1f commit 3cf29da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .flake8
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[flake8]
max-line-length = 119
exclude = src/spdx_tools/spdx/parser/tagvalue/parsetab.py, src/spdx_tools/spdx/model/__init__.py
exclude = src/spdx_tools/spdx/parser/tagvalue/parsetab.py, __init__.py
extend-ignore = E203

0 comments on commit 3cf29da

Please sign in to comment.