summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRonny Pfannschmidt <opensource@ronnypfannschmidt.de>2022-06-21 14:15:42 +0200
committerRonny Pfannschmidt <opensource@ronnypfannschmidt.de>2022-06-21 14:15:42 +0200
commitd57a5546d9c054e55972b475d5a346cbdd0c874a (patch)
tree7ad78c9f2be4f3ee9833962bdae54367a897f798
parent0a6a657a95ff64338a30a023847036b42963d8f4 (diff)
downloadsetuptools-scm-d57a5546d9c054e55972b475d5a346cbdd0c874a.tar.gz
pre-commit updatev7.0.0
-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 f09daa0..24eb05c 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -12,7 +12,7 @@ repos:
- id: reorder-python-imports
args: [ "--application-directories=.:src" , --py37-plus, --add-import, 'from __future__ import annotations']
- repo: https://github.com/pre-commit/pre-commit-hooks
- rev: v4.2.0
+ rev: v4.3.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
@@ -23,7 +23,7 @@ repos:
hooks:
- id: flake8
- repo: https://github.com/asottile/pyupgrade
- rev: v2.32.1
+ rev: v2.34.0
hooks:
- id: pyupgrade
args: [--py37-plus]
@@ -32,7 +32,7 @@ repos:
hooks:
- id: setup-cfg-fmt
- repo: https://github.com/pre-commit/mirrors-mypy
- rev: 'v0.960'
+ rev: 'v0.961'
hooks:
- id: mypy
args: [--strict]