mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
We need to prefix the exclude directories as the pycodestyle file is now in a different location.
This commit is contained in:
@@ -6,4 +6,4 @@ show-source = False
|
|||||||
show-pep8 = False
|
show-pep8 = False
|
||||||
count = True
|
count = True
|
||||||
format = pylint
|
format = pylint
|
||||||
exclude = migrations,node_modules,config_local.py,config_distro.py
|
exclude = ./migrations,./node_modules,./config_local.py,./config_distro.py
|
||||||
|
Reference in New Issue
Block a user