Skip to content
This repository was archived by the owner on Mar 31, 2020. It is now read-only.

Commit f4f7648

Browse files
committed
Flake8 config file fix
1 parent 1944731 commit f4f7648

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.flake8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[flake8]
22
max-line-length=100
3-
application_import_names=projectt
3+
application_import_names=src
44
ignore=P102,B311,W503,E226,S311,W504,F821
55
exclude=__pycache__, venv, .venv, tests
66
import-order-style=pycharm

0 commit comments

Comments
 (0)