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.
1 parent f3958f0 commit f313779Copy full SHA for f313779
.pre-commit-config.yaml
@@ -9,7 +9,7 @@ repos:
9
- id: absolufy-imports
10
files: ^pandas/
11
- repo: https://github.com/python/black
12
- rev: 21.9b0
+ rev: 21.10b0
13
hooks:
14
- id: black
15
- repo: https://github.com/codespell-project/codespell
@@ -74,7 +74,7 @@ repos:
74
types: [text] # overwrite types: [rst]
75
types_or: [python, rst]
76
- repo: https://github.com/asottile/yesqa
77
- rev: v1.2.3
+ rev: v1.3.0
78
79
- id: yesqa
80
additional_dependencies: *flake8_dependencies
0 commit comments