Skip to content

Commit

Permalink
Fix broken flake8 config
Browse files Browse the repository at this point in the history
  • Loading branch information
leouieda committed Apr 10, 2024
1 parent 950cece commit bd64d40
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .flake8
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,11 @@ exclude =
.git,
__pycache__,
.ipynb_checkpoints,
doc/_build,
per-file-ignores =
# disable unused-imports errors on __init__.py
__init__.py: F401
__init__.py: F401,
_io.py: A005,

# Configure flake8-rst-docstrings
# -------------------------------
Expand Down

0 comments on commit bd64d40

Please sign in to comment.