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 55480de commit 2acd0fcCopy full SHA for 2acd0fc
.pre-commit-config.yaml
@@ -2,7 +2,7 @@
2
repos:
3
# isort should run before black as black sometimes tweaks the isort output
4
- repo: https://github.com/timothycrosley/isort
5
- rev: 5.1.0
+ rev: 5.4.2
6
hooks:
7
- id: isort
8
# https://github.com/python/black#version-control-integration
@@ -11,7 +11,7 @@ repos:
11
12
- id: black
13
- repo: https://github.com/keewis/blackdoc
14
- rev: v0.1.1
+ rev: v0.1.2
15
16
- id: blackdoc
17
- repo: https://gitlab.com/pycqa/flake8
0 commit comments