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