Skip to content

Commit

Permalink
modernise setup.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
dham committed Oct 25, 2023
1 parent 98cdef2 commit 803c48a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
[flake8]
docstring-convention=numpy
exclude=tests,scripts,setup.py
exclude=tests
extend-select = W504, E123, E704

[tool:pytest]
addopts = "--pdbcls=IPython.terminal.debugger:Pdb"

0 comments on commit 803c48a

Please sign in to comment.