We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84e99a3 commit f5ea1acCopy full SHA for f5ea1ac
.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,16 +11,16 @@ repos:
11
args: ["--unsafe"]
12
- id: check-added-large-files
13
- repo: https://github.com/psf/black
14
- rev: 23.7.0
+ rev: 24.2.0
15
16
- id: black
17
- repo: https://github.com/astral-sh/ruff-pre-commit
18
- rev: 'v0.0.278'
+ rev: 'v0.2.2'
19
20
- id: ruff
21
args: [--fix, --exit-non-zero-on-fix]
22
- repo: https://github.com/codespell-project/codespell
23
- rev: v2.2.5
+ rev: v2.2.6
24
25
- id: codespell
26
# The promptsource templates spuriously get flagged without this
0 commit comments