Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
staticdev committed Dec 31, 2022
1 parent 5c0b99c commit 64c983e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .flake8
Expand Up @@ -2,7 +2,8 @@
max-line-length = 100
# Ignore non PEP 8 compliant rules as suggested by black
extend-ignore =
E203 # https://github.com/psf/black/blob/master/docs/the_black_code_style.md#slices
E203, # https://github.com/psf/black/blob/master/docs/the_black_code_style.md#slices
E501
exclude = _vendored
per-file-ignores =
isort/__init__.py:F401
Expand Down

0 comments on commit 64c983e

Please sign in to comment.