Skip to content

Commit

Permalink
remove setup.cfg (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmw committed Apr 5, 2023
1 parent 6bac842 commit f371764
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
5 changes: 0 additions & 5 deletions setup.cfg

This file was deleted.

6 changes: 6 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
[flake8]
exclude = .git,.tox
# E203 and W503 are ignored here for compatibility with black
ignore = E203,W503,W504
max-line-length = 100

[tox]
isolated_build = true
envlist = py,black,flake8,isort,mypy
Expand Down

0 comments on commit f371764

Please sign in to comment.