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 8ec7ae2 commit 764592aCopy full SHA for 764592a
.pre-commit-config.yaml
@@ -2,7 +2,7 @@
2
# See https://pre-commit.com/hooks.html for more hooks
3
repos:
4
- repo: https://github.com/pre-commit/pre-commit-hooks
5
- rev: v4.4.0
+ rev: v4.5.0
6
hooks:
7
- id: trailing-whitespace
8
- id: end-of-file-fixer
@@ -11,11 +11,11 @@ repos:
11
- id: check-json
12
- id: check-added-large-files
13
- repo: https://github.com/astral-sh/ruff-pre-commit
14
- rev: v0.0.277
+ rev: v0.1.1
15
16
- id: ruff
17
args: [ --fix, --exit-non-zero-on-fix ]
18
- repo: https://github.com/psf/black
19
- rev: 23.7.0
+ rev: 23.10.0
20
21
- id: black
0 commit comments