Skip to content

Commit

Permalink
fix: setup.cfg (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
theexiile1305 committed Jan 31, 2023
1 parent 82968c8 commit 874fafe
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,12 +1,2 @@
[wheel]
universal = 1

[tool:pytest]
python_files = test*.py
addopts = --tb=native -p no:doctest
norecursedirs = bin dist docs htmlcov script hooks node_modules .* {args}

[flake8]
ignore = F999,E501,E128,E124,E402,W503,E731,C901
max-line-length = 100
exclude = .tox,.git,*/migrations/*,node_modules/*,docs/*
universal = 1

0 comments on commit 874fafe

Please sign in to comment.