Skip to content

Commit

Permalink
Merge pull request #323 from raybellwaves/sync-setup.cfg
Browse files Browse the repository at this point in the history
sync setup.cfg with .pre-commit-config.yaml
  • Loading branch information
raybellwaves committed May 17, 2021
2 parents 0851c87 + b06eaab commit 0620de0
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
Expand Up @@ -31,4 +31,8 @@ skip =

[doc8]
max-line-length = 100
ignore-path = .eggs/
ignore-path = .eggs/,docs/source/api/

[mypy]
ignore_missing_imports = True
follow_imports = silent

0 comments on commit 0620de0

Please sign in to comment.