Skip to content

Commit

Permalink
ignores docugen code in linting
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesfrye committed Jul 30, 2021
1 parent 82bd0b2 commit 96095a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ strictness=short
ignore_raise=ValueError

[flake8]
exclude = .git,__pycache__,docugen/*
ignore = W503,E501,E231,D1,D401
ignore_regex=^_(.*)
strictness=short
Expand Down

0 comments on commit 96095a1

Please sign in to comment.