diff --git a/.github/workflows/pynorms.yaml b/.github/workflows/pynorms.yaml index 155a8ba..c05075f 100644 --- a/.github/workflows/pynorms.yaml +++ b/.github/workflows/pynorms.yaml @@ -19,4 +19,4 @@ jobs: - name: Run pycodestyle run: | cd $GITHUB_WORKSPACE - pycodestyle --verbose ./ + pycodestyle --verbose --config ./.pycodestyle ./ diff --git a/.config/pycodestyle b/.pycodestyle similarity index 65% rename from .config/pycodestyle rename to .pycodestyle index e8d3791..f5a2f03 100644 --- a/.config/pycodestyle +++ b/.pycodestyle @@ -2,4 +2,4 @@ count = False max-line-length = 160 statistics = True -exclude = Experimental,.git,.github +exclude = .git,.github