Skip to content

Commit a8d7024

Browse files
committed
Ignore generated _version.py in flake8 configuration
This is already ignored by pre-commit because it's not under version control, but if you run bare `flake8` it will check it.
1 parent 17cb0cd commit a8d7024

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.flake8

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[flake8]
22
extend-exclude =
3+
kolibri_explore_plugin/_version.py,
34
build/,
45
static/,
56
dist/,

0 commit comments

Comments
 (0)