From c5a08df7810ddf7597f69321e29277fe5876cdf6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Ingvar=20Dahlgren?= Date: Fri, 28 Apr 2023 18:39:09 +0200 Subject: [PATCH] another attempt at fixing flake8 config --- setup.cfg | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/setup.cfg b/setup.cfg index 3bbc5947..fa3794a5 100644 --- a/setup.cfg +++ b/setup.cfg @@ -8,14 +8,14 @@ exclude = .local per-file-ignores = - __init__.py: F401 F403 - arrhenius.py: F401 + **/__init__.py: F401 F403 + chempy/arrhenius.py: F401 chempy/*.*: E226 chempy/kinetics/tests/test_rates.py: E221 E222 E251 chempy/properties/**: E222 - debye_huckel.py: F401 + chempy/debye_huckel.py: F401 doc/conf.py: ALL - eyring.py: F401 + chempy/eyring.py: F401 [tool:pytest] norecursedirs = .* _* build dist conda-recipe scripts benchmarks doc deploy venv *cache*