Skip to content

Commit db12bd9

Browse files
[pre-commit.ci] pre-commit autoupdate (#32)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/psf/black: 21.5b2 → 21.6b0](psf/black@21.5b2...21.6b0) - [github.com/pre-commit/mirrors-mypy: v0.812 → v0.902](pre-commit/mirrors-mypy@v0.812...v0.902) * should fix mypy Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: malmans2 <mattia.almansi@jhu.edu>
1 parent fe0ac9e commit db12bd9

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ repos:
1717
- id: isort
1818

1919
- repo: https://github.com/psf/black
20-
rev: 21.5b2
20+
rev: 21.6b0
2121
hooks:
2222
- id: black
2323

@@ -37,10 +37,11 @@ repos:
3737
- id: darglint
3838

3939
- repo: https://github.com/pre-commit/mirrors-mypy
40-
rev: v0.812
40+
rev: v0.902
4141
hooks:
4242
- id: mypy
4343
exclude: docs
44+
additional_dependencies: [types-pkg_resources]
4445

4546
- repo: https://github.com/PyCQA/doc8
4647
rev: 0.9.0a1

0 commit comments

Comments
 (0)