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 ed9bb0c commit 3c0557eCopy full SHA for 3c0557e
.pre-commit-config.yaml
@@ -1,11 +1,11 @@
1
repos:
2
- repo: https://github.com/psf/black
3
- rev: 22.3.0
+ rev: 22.6.0
4
hooks:
5
- id: black
6
language_version: python3
7
- repo: https://github.com/pre-commit/pre-commit-hooks
8
- rev: v4.1.0
+ rev: v4.3.0
9
10
- id: trailing-whitespace # This hook trims trailing whitespace.
11
- id: check-docstring-first # Checks a common error of defining a docstring after code.
0 commit comments