Skip to content

Commit

Permalink
add .nox
Browse files Browse the repository at this point in the history
  • Loading branch information
basnijholt committed May 31, 2022
1 parent c519d74 commit f5d4d39
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 @@ -28,7 +28,7 @@ max-line-length = 100
ignore = E501, W503, E203, E266, E741
max-complexity = 18
select = B, C, E, F, W, T4, B9
exclude = .git, .tox, __pycache__, dist
exclude = .git, .tox, __pycache__, dist, .nox

[isort]
profile=black
Expand Down

0 comments on commit f5d4d39

Please sign in to comment.