We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b74598 commit 6d6e551Copy full SHA for 6d6e551
etc/pycodestyle/setup.cfg etc/pycodestyle/.pycodestyleetc/pycodestyle/setup.cfg renamed to etc/pycodestyle/.pycodestyle
tools/make/lib/lint/pycodestyle.mk
@@ -11,7 +11,7 @@
11
PYCODESTYLE ?= pycodestyle
12
13
# Define the path to the pycodestyle configuration file:
14
-PYCODESTYLE_CONF ?= $(CONFIG_DIR)/pycodestyle/setup.cfg
+PYCODESTYLE_CONF ?= $(CONFIG_DIR)/pycodestyle/.pycodestyle
15
16
# Define the command-line options to use when invoking the pycodestyle executable:
17
PYCODESTYLE_FLAGS ?= \
0 commit comments