Skip to content

Commit

Permalink
Merge pull request #45 from asottile/all-repos_autofix_all-repos-manual
Browse files Browse the repository at this point in the history
Use covdefaults to handle coveragerc
  • Loading branch information
asottile authored Mar 1, 2020
2 parents ceec080 + 1f9df59 commit 4decb6e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 30 deletions.
30 changes: 0 additions & 30 deletions .coveragerc

This file was deleted.

1 change: 1 addition & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
covdefaults
coverage
pre-commit
pytest
3 changes: 3 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ console_scripts =
[bdist_wheel]
universal = True

[coverage:run]
plugins = covdefaults

[mypy]
check_untyped_defs = true
disallow_any_generics = true
Expand Down

0 comments on commit 4decb6e

Please sign in to comment.