Skip to content

Commit

Permalink
Merge pull request #31 from ewjoachim/mypy
Browse files Browse the repository at this point in the history
Fix mypy
  • Loading branch information
ewjoachim authored Jul 6, 2021
2 parents 45be54a + dd6ad1e commit a04513a
Show file tree
Hide file tree
Showing 4 changed files with 236 additions and 185 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ repos:
hooks:
- id: mypy
files: ^sphinx_github_changelog/
args: ["--ignore-missing-imports", "--scripts-are-modules"]
additional_dependencies: ["types-requests", "types-docutils"]

- repo: https://github.com/asottile/pyupgrade
rev: "v2.19.1"
Expand Down
Loading

0 comments on commit a04513a

Please sign in to comment.