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 8c49920 commit a6dd9fcCopy full SHA for a6dd9fc
.pre-commit-config.yaml
@@ -12,13 +12,10 @@ repos:
12
hooks:
13
- id: isort
14
- repo: https://github.com/psf/black
15
- rev: '22.1.0'
+ rev: '22.3.0'
16
17
- id: black
18
language_version: python3 # Should be a command that runs python3.6+
19
- # Black misbehaved and broke when click 8.1.0 was released with an internal
20
- # module removed. See https://github.com/psf/black/issues/2964
21
- additional_dependencies: ['click<8.1.0']
22
- repo: https://github.com/pre-commit/pre-commit-hooks
23
rev: 'v4.0.1'
24
0 commit comments