We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60fedb8 commit 443b0d1Copy full SHA for 443b0d1
1 file changed
.pre-commit-config.yaml
@@ -6,15 +6,15 @@ repos:
6
- id: trailing-whitespace
7
- repo: https://github.com/astral-sh/ruff-pre-commit
8
# Ruff version.
9
- rev: v0.14.3
+ rev: v0.14.4
10
hooks:
11
# Run the linter.
12
- id: ruff
13
args: [ --fix ]
14
# Run the formatter.
15
- id: ruff-format
16
- repo: https://github.com/asottile/pyupgrade
17
- rev: v3.21.0
+ rev: v3.21.1
18
19
- id: pyupgrade
20
args: [ --py38-plus ]
0 commit comments