summaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorpre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>2023-02-14 07:53:45 +0100
committerGitHub <noreply@github.com>2023-02-14 07:53:45 +0100
commita44528fd4d4b809ae5cc2c1a6fc9d2e64728995a (patch)
treefe93136b928089368ff84ed441dbd53d7b4a4a94 /.pre-commit-config.yaml
parent42aa0cb1bc85a0da6665f3f7c5450b22b3d895c0 (diff)
downloadpylint-git-a44528fd4d4b809ae5cc2c1a6fc9d2e64728995a.tar.gz
[pre-commit.ci] pre-commit autoupdate (#8289)
updates: - [github.com/charliermarsh/ruff-pre-commit: v0.0.243 → v0.0.246](https://github.com/charliermarsh/ruff-pre-commit/compare/v0.0.243...v0.0.246) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r--.pre-commit-config.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 7cd5f8100..37959105b 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -27,7 +27,7 @@ repos:
- --remove-duplicate-keys
- --remove-unused-variables
- repo: https://github.com/charliermarsh/ruff-pre-commit
- rev: "v0.0.243"
+ rev: "v0.0.246"
hooks:
- id: ruff
args: ["--fix"]