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>2022-03-28 18:10:09 +0000
committerGitHub <noreply@github.com>2022-03-28 18:10:09 +0000
commit352d2bdd52af8121e1168fad5022cb6c68eb791b (patch)
tree5273a0fe0c50aba548d37c801f4f69bb2a409a8c /.pre-commit-config.yaml
parentcfb6f43458fe91bab196528cb39cf28beb885799 (diff)
downloadsetuptools-scm-352d2bdd52af8121e1168fad5022cb6c68eb791b.tar.gz
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/reorder_python_imports: v2.7.1 → v3.0.1](https://github.com/asottile/reorder_python_imports/compare/v2.7.1...v3.0.1) - [github.com/asottile/pyupgrade: v2.31.0 → v2.31.1](https://github.com/asottile/pyupgrade/compare/v2.31.0...v2.31.1) - [github.com/pre-commit/mirrors-mypy: v0.931 → v0.942](https://github.com/pre-commit/mirrors-mypy/compare/v0.931...v0.942)
Diffstat (limited to '.pre-commit-config.yaml')
-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 0eb965d..64ff96f 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -5,7 +5,7 @@ repos:
- id: black
args: [--safe, --quiet]
- repo: https://github.com/asottile/reorder_python_imports
- rev: v2.7.1
+ rev: v3.0.1
hooks:
- id: reorder-python-imports
args: [ "--application-directories=.:src" , --py3-plus]
@@ -21,7 +21,7 @@ repos:
hooks:
- id: flake8
- repo: https://github.com/asottile/pyupgrade
- rev: v2.31.0
+ rev: v2.31.1
hooks:
- id: pyupgrade
args: [--py36-plus]
@@ -30,7 +30,7 @@ repos:
hooks:
- id: setup-cfg-fmt
- repo: https://github.com/pre-commit/mirrors-mypy
- rev: 'v0.931'
+ rev: 'v0.942'
hooks:
- id: mypy
additional_dependencies: