Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
krassowski committed Feb 4, 2024
1 parent b3e20d0 commit 4ff4680
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ test = pytest
[flake8]
exclude = .git,__pycache__,envs,.ipynb_checkpoints,.mypy_cache
max-line-length = 88
ignore = E203,W503
# E704 conflicts with black (https://github.com/PyCQA/pycodestyle/issues/1036)
ignore = E203,W503,E704

[isort]
profile = black
Expand Down

0 comments on commit 4ff4680

Please sign in to comment.