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 e4b1f79Copy full SHA for e4b1f79
{{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.1.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.3.0
14
15
- id: black
16
0 commit comments