Skip to content

Commit

Permalink
CI: Fix bad path to our local flake8 plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
dopplershift committed Apr 28, 2021
1 parent e995194 commit 47a4685
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Expand Up @@ -96,7 +96,7 @@ per-file-ignores = examples/*.py: D MPY001 T003 T001

[flake8:local-plugins]
extension = MPY = flake8_metpy:MetPyChecker
paths = ./tools/flake8_metpy
paths = ./tools/flake8-metpy

[tool:pytest]
# https://github.com/matplotlib/pytest-mpl/issues/69
Expand Down

0 comments on commit 47a4685

Please sign in to comment.