From 47a4685f662e757072d391aadaaadf6ded47bf0c Mon Sep 17 00:00:00 2001 From: Ryan May Date: Wed, 28 Apr 2021 16:38:15 -0600 Subject: [PATCH] CI: Fix bad path to our local flake8 plugin --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 7a12ad5fed1..312e9b56f29 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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