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-03-28 05:32:08 +0000
committerGitHub <noreply@github.com>2023-03-28 05:32:08 +0000
commiteeb3eec922eb5842adb6f0d1d5a09259e7e28f76 (patch)
tree3f3f171dfbcf4c542d93cb205a6dec3c71ce6d3b /.pre-commit-config.yaml
parent4aae943668ab9a42f178670d36871be0ca6b9789 (diff)
downloadpylint-git-eeb3eec922eb5842adb6f0d1d5a09259e7e28f76.tar.gz
[pre-commit.ci] pre-commit autoupdate (#8502)
updates: - [github.com/charliermarsh/ruff-pre-commit: v0.0.257 → v0.0.259](https://github.com/charliermarsh/ruff-pre-commit/compare/v0.0.257...v0.0.259) - [github.com/charliermarsh/ruff-pre-commit: v0.0.257 → v0.0.259](https://github.com/charliermarsh/ruff-pre-commit/compare/v0.0.257...v0.0.259) 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.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 1e87e5b8c..b31c8e895 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -16,13 +16,13 @@ repos:
doc/data/messages/m/missing-final-newline/bad.py|
)$
- repo: https://github.com/charliermarsh/ruff-pre-commit
- rev: "v0.0.257"
+ rev: "v0.0.259"
hooks:
- id: ruff
args: ["--fix"]
exclude: &fixtures tests(/\w*)*/functional/|tests/input|doc/data/messages|tests(/\w*)*data/
- repo: https://github.com/charliermarsh/ruff-pre-commit
- rev: "v0.0.257"
+ rev: "v0.0.259"
hooks:
- id: ruff
name: ruff-doc