We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f8d9c5c + e0e24d2 commit 22353d2Copy full SHA for 22353d2
1 file changed
.pre-commit-config.yaml
@@ -15,7 +15,7 @@ repos:
15
- id: check-executables-have-shebangs
16
- id: detect-private-key
17
- repo: https://github.com/OpenTrafficCam/dependency-update-pre-commit
18
- rev: v0.1.0
+ rev: v0.2.0
19
hooks:
20
- id: update-mypy-dependencies
21
- repo: https://github.com/PyCQA/flake8
@@ -71,7 +71,7 @@ repos:
71
- types-flake8
72
- types-openpyxl
73
- types-pillow
74
- - types-pywin32
+ - types-pywin32; sys_platform == "win32"
75
- types-requests
76
- types-seaborn
77
- types-selenium
0 commit comments