Skip to content

Commit

Permalink
another attempt at fixing flake8 config
Browse files Browse the repository at this point in the history
  • Loading branch information
bjodah committed Apr 28, 2023
1 parent a355084 commit c5a08df
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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*
Expand Down

0 comments on commit c5a08df

Please sign in to comment.