Skip to content

Commit ce7283f

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.6.2 → v0.6.3](astral-sh/ruff-pre-commit@v0.6.2...v0.6.3) - [github.com/pycqa/pylint: v3.2.6 → v3.2.7](pylint-dev/pylint@v3.2.6...v3.2.7)
1 parent 5fcfcc7 commit ce7283f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
33
# Ruff version.
4-
rev: v0.6.2
4+
rev: v0.6.3
55
hooks:
66
# Run the linter.
77
- id: ruff
88
args: [ --fix ]
99
# Run the formatter.
1010
- id: ruff-format
1111
- repo: https://github.com/pycqa/pylint
12-
rev: v3.2.6
12+
rev: v3.2.7
1313
hooks:
1414
- id: pylint
1515
additional_dependencies:

0 commit comments

Comments
 (0)