summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>2023-04-04 07:50:50 +0000
committerGitHub <noreply@github.com>2023-04-04 07:50:50 +0000
commit82cee3719df2c799cf5b94bf5fb8058c297bc607 (patch)
tree2ba6f2ccdfd914d89808a2965bc6f09c5124210c
parent9fa662ca9c1b20bd2781e564d6a78d31111e5bb0 (diff)
downloadpylint-git-82cee3719df2c799cf5b94bf5fb8058c297bc607.tar.gz
[pre-commit.ci] pre-commit autoupdate (#8539)
updates: - [github.com/charliermarsh/ruff-pre-commit: v0.0.259 → v0.0.260](https://github.com/charliermarsh/ruff-pre-commit/compare/v0.0.259...v0.0.260) - [github.com/charliermarsh/ruff-pre-commit: v0.0.259 → v0.0.260](https://github.com/charliermarsh/ruff-pre-commit/compare/v0.0.259...v0.0.260) - [github.com/psf/black: 23.1.0 → 23.3.0](https://github.com/psf/black/compare/23.1.0...23.3.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
-rw-r--r--.pre-commit-config.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index b31c8e895..cca1cbca4 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.259"
+ rev: "v0.0.260"
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.259"
+ rev: "v0.0.260"
hooks:
- id: ruff
name: ruff-doc
@@ -47,7 +47,7 @@ repos:
- id: isort
exclude: doc/data/messages/
- repo: https://github.com/psf/black
- rev: 23.1.0
+ rev: 23.3.0
hooks:
- id: black
args: [--safe, --quiet]