We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e68823 commit 86a751eCopy full SHA for 86a751e
1 file changed
.pre-commit-config.yaml
@@ -1,11 +1,11 @@
1
repos:
2
- repo: https://github.com/psf/black
3
- rev: 20.8b1
+ rev: "23.11.0"
4
hooks:
5
- id: black
6
language_version: python3
7
- repo: https://github.com/pycqa/flake8
8
- rev: "3.8.4"
+ rev: "6.1.0"
9
10
- id: flake8
11
additional_dependencies: [flake8-docstrings, flake8-isort]
0 commit comments