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 74cac28 commit 675230fCopy full SHA for 675230f
.pre-commit-config.yaml
@@ -98,7 +98,7 @@ repos:
98
# A faster python linter
99
- repo: https://github.com/charliermarsh/ruff-pre-commit
100
# Ruff version.
101
- rev: 'v0.0.269'
+ rev: 'v0.0.270'
102
hooks:
103
- id: ruff
104
@@ -118,7 +118,7 @@ repos:
118
119
# Lint code in pre-commit env, note: This ignores import checks.
120
- repo: https://github.com/PyCQA/pylint
121
- rev: v2.17.4
+ rev: v3.0.0a6
122
123
# Pylint is also run from within pre-commit for CI purposes.
124
- id: pylint
0 commit comments