Skip to content

Commit

Permalink
Add W503 to Flake8 ignore for psf/black#21
Browse files Browse the repository at this point in the history
  • Loading branch information
rnc committed Aug 2, 2022
1 parent f7626b7 commit e8c0c7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ skip=__init__.py,.tox
[flake8]
max-line-length = 88
select = C,E,F,W,B,B950
extend-ignore = E203, E501
extend-ignore = E203, E501, W503

[tool:pytest]
filterwarnings = ignore::DeprecationWarning:docker

0 comments on commit e8c0c7a

Please sign in to comment.