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-04-11 07:07:48 +0200
committerGitHub <noreply@github.com>2023-04-11 07:07:48 +0200
commit0bfe98ea4bd5407d8b3905dd6b340c4842fb2019 (patch)
treeaf2b19fa0c7cb016f2b5c4445f34474d6e703c2c /.pre-commit-config.yaml
parent5e8c89afe4a12eeab2ab97d95495187990e5df27 (diff)
downloadastroid-git-0bfe98ea4bd5407d8b3905dd6b340c4842fb2019.tar.gz
[pre-commit.ci] pre-commit autoupdate (#2114)
updates: - [github.com/charliermarsh/ruff-pre-commit: v0.0.260 → v0.0.261](https://github.com/charliermarsh/ruff-pre-commit/compare/v0.0.260...v0.0.261) - [github.com/pre-commit/mirrors-mypy: v1.1.1 → v1.2.0](https://github.com/pre-commit/mirrors-mypy/compare/v1.1.1...v1.2.0) 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 a17fb7f6..c49cb91c 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.260"
+ rev: "v0.0.261"
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.1.1
+ rev: v1.2.0
hooks:
- id: mypy
name: mypy