aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>2024-04-29 23:47:58 +0200
committerGitHub <noreply@github.com>2024-04-29 23:47:58 +0200
commit82ef6475e665ca8ae1542822a485c98a067e1834 (patch)
treec12c2cc4d540866ae013a0216330a533abcb1dee
parent88d21ea27cd7e83f22d975bf9fc5c5706466d45e (diff)
downloadpylint-upstream-main.tar.gz
Upgrade tools from the pre-commit configuration (#9565)upstream-main
Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.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 7b724ba23..f03728922 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -17,7 +17,7 @@ repos:
doc/data/messages/m/missing-final-newline/bad/crlf.py
)$
- repo: https://github.com/astral-sh/ruff-pre-commit
- rev: "v0.3.7"
+ rev: "v0.4.2"
hooks:
- id: ruff
args: ["--fix"]
@@ -39,7 +39,7 @@ repos:
- id: isort
exclude: doc/data/messages/
- repo: https://github.com/psf/black
- rev: 24.4.0
+ rev: 24.4.2
hooks:
- id: black
args: [--safe, --quiet]
@@ -120,7 +120,7 @@ repos:
files: ^(doc/(.*/)*.*\.rst)
additional_dependencies: [Sphinx==5.0.1]
- repo: https://github.com/pre-commit/mirrors-mypy
- rev: v1.9.0
+ rev: v1.10.0
hooks:
- id: mypy
name: mypy