Skip to content
This repository has been archived by the owner on Jan 12, 2021. It is now read-only.

Commit

Permalink
Merge pull request #259 from dephell/fix-linters
Browse files Browse the repository at this point in the history
ignore VNE003
  • Loading branch information
orsinium committed Sep 27, 2019
2 parents cf0422e + cf16373 commit 5e7df29
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 @@ -4,7 +4,7 @@ license_file = LICENSE

[flake8]
max-line-length=110
ignore=E241,C401,C408
ignore=E241,C401,C408,VNE003
exclude=
.tox
.dephell
Expand Down

0 comments on commit 5e7df29

Please sign in to comment.