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 09adc76 commit 1920f07Copy full SHA for 1920f07
.pre-commit-config.yaml
@@ -4,7 +4,7 @@ default_language_version:
4
python: python3.10
5
repos:
6
- repo: https://github.com/pre-commit/pre-commit-hooks
7
- rev: v4.5.0
+ rev: v4.6.0
8
hooks:
9
- id: check-added-large-files
10
- id: check-toml
@@ -14,7 +14,7 @@ repos:
14
- id: end-of-file-fixer
15
- id: trailing-whitespace
16
- repo: https://github.com/astral-sh/ruff-pre-commit
17
- rev: v0.4.7
+ rev: v0.5.2
18
19
- id: ruff
20
args:
0 commit comments