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-28 07:29:52 +0100
committerGitHub <noreply@github.com>2023-02-28 07:29:52 +0100
commitcbdf7af3e80824912f4dbad7f09f1f22940d464b (patch)
tree9dfae48f1e8db82c4f72235d1d3822f80691e5c4 /.pre-commit-config.yaml
parent5e0223bc82dca273590460a1114d2bfefaf62031 (diff)
downloadpylint-git-cbdf7af3e80824912f4dbad7f09f1f22940d464b.tar.gz
[pre-commit.ci] pre-commit autoupdate (#8360)
updates: - [github.com/charliermarsh/ruff-pre-commit: v0.0.249 → v0.0.253](https://github.com/charliermarsh/ruff-pre-commit/compare/v0.0.249...v0.0.253) - [github.com/regebro/pyroma: 4.1 → 4.2](https://github.com/regebro/pyroma/compare/4.1...4.2) 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 794ab5f2f..6e4cc35e4 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.249"
+ rev: "v0.0.253"
hooks:
- id: ruff
args: ["--fix"]
@@ -147,7 +147,7 @@ repos:
args: ["--max-summary-lines=2", "--linewrap-full-docstring"]
files: "pylint"
- repo: https://github.com/regebro/pyroma
- rev: "4.1"
+ rev: "4.2"
hooks:
- id: pyroma
# Must be specified because of the default value in pyroma