summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>2023-05-16 09:18:54 +0200
committerGitHub <noreply@github.com>2023-05-16 09:18:54 +0200
commit1177accd39acffe1288d0f8fa08dbea0454035ba (patch)
tree3b197a12fd9239b1333792da821ac73109a21c0d
parent1f9ba55a1bbe03763095a66bc59450d680338ab1 (diff)
downloadastroid-git-1177accd39acffe1288d0f8fa08dbea0454035ba.tar.gz
[pre-commit.ci] pre-commit autoupdate (#2184)
updates: - [github.com/charliermarsh/ruff-pre-commit: v0.0.265 → v0.0.267](https://github.com/charliermarsh/ruff-pre-commit/compare/v0.0.265...v0.0.267) - [github.com/pre-commit/mirrors-mypy: v1.2.0 → v1.3.0](https://github.com/pre-commit/mirrors-mypy/compare/v1.2.0...v1.3.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
-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 80a53807..dfecb833 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -10,7 +10,7 @@ repos:
- id: end-of-file-fixer
exclude: tests/testdata
- repo: https://github.com/charliermarsh/ruff-pre-commit
- rev: "v0.0.265"
+ rev: "v0.0.267"
hooks:
- id: ruff
exclude: tests/testdata
@@ -54,7 +54,7 @@ repos:
]
exclude: tests/testdata|conf.py
- repo: https://github.com/pre-commit/mirrors-mypy
- rev: v1.2.0
+ rev: v1.3.0
hooks:
- id: mypy
name: mypy