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 d9c699d commit bb1d97fCopy full SHA for bb1d97f
{{cookiecutter.project_slug}}/.pre-commit-config.yaml
@@ -3,14 +3,14 @@ default_stages: [commit]
3
4
repos:
5
- repo: https://github.com/pre-commit/pre-commit-hooks
6
- rev: v4.0.1
+ rev: v4.3.0
7
hooks:
8
- id: trailing-whitespace
9
- id: end-of-file-fixer
10
- id: check-yaml
11
12
- repo: https://github.com/psf/black
13
- rev: 21.11b1
+ rev: 22.6.0
14
15
- id: black
16
@@ -20,7 +20,7 @@ repos:
20
- id: isort
21
22
- repo: https://github.com/PyCQA/flake8
23
- rev: 4.0.1
+ rev: 5.0.3
24
25
- id: flake8
26
args: ["--config=setup.cfg"]
0 commit comments