Skip to content

Commit 675230f

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/charliermarsh/ruff-pre-commit: v0.0.269 → v0.0.270](astral-sh/ruff-pre-commit@v0.0.269...v0.0.270) - [github.com/PyCQA/pylint: v2.17.4 → v3.0.0a6](pylint-dev/pylint@v2.17.4...v3.0.0a6)
1 parent 74cac28 commit 675230f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ repos:
9898
# A faster python linter
9999
- repo: https://github.com/charliermarsh/ruff-pre-commit
100100
# Ruff version.
101-
rev: 'v0.0.269'
101+
rev: 'v0.0.270'
102102
hooks:
103103
- id: ruff
104104

@@ -118,7 +118,7 @@ repos:
118118

119119
# Lint code in pre-commit env, note: This ignores import checks.
120120
- repo: https://github.com/PyCQA/pylint
121-
rev: v2.17.4
121+
rev: v3.0.0a6
122122
hooks:
123123
# Pylint is also run from within pre-commit for CI purposes.
124124
- id: pylint

0 commit comments

Comments
 (0)