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 8a6da93 commit 333acfaCopy full SHA for 333acfa
.pre-commit-config.yaml
@@ -1,11 +1,11 @@
1
repos:
2
- repo: https://github.com/psf/black
3
- rev: stable
+ rev: 20.8b1
4
hooks:
5
- id: black
6
- language_version: python3.8
+ language_version: python3
7
- repo: https://gitlab.com/pycqa/flake8
8
- rev: ""
+ rev: "3.8.4"
9
10
- id: flake8
11
additional_dependencies: [flake8-docstrings, flake8-isort]
0 commit comments