Skip to content

Commit 6d6e551

Browse files
committed
Rename file
1 parent 7b74598 commit 6d6e551

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

tools/make/lib/lint/pycodestyle.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
PYCODESTYLE ?= pycodestyle
1212

1313
# Define the path to the pycodestyle configuration file:
14-
PYCODESTYLE_CONF ?= $(CONFIG_DIR)/pycodestyle/setup.cfg
14+
PYCODESTYLE_CONF ?= $(CONFIG_DIR)/pycodestyle/.pycodestyle
1515

1616
# Define the command-line options to use when invoking the pycodestyle executable:
1717
PYCODESTYLE_FLAGS ?= \

0 commit comments

Comments
 (0)