diff options
author | Ronny Pfannschmidt <ronny.pfannschmidt@redhat.com> | 2020-05-03 07:44:46 +0200 |
---|---|---|
committer | Ronny Pfannschmidt <ronny.pfannschmidt@redhat.com> | 2020-05-03 07:44:58 +0200 |
commit | 410ca1538af61a717f11f4fe82538ed862862246 (patch) | |
tree | 8907e9046ef83a86ce0e7ec95dff186c46c98d1a /.pre-commit-config.yaml | |
parent | 213c9c82ec28b4889dbfa060c7093bd70711e189 (diff) | |
download | setuptools-scm-410ca1538af61a717f11f4fe82538ed862862246.tar.gz |
pre-commit update
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r-- | .pre-commit-config.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index eae2e3c..a417dec 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,7 +6,7 @@ repos: - id: black args: [--safe, --quiet] - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v2.4.0 + rev: v2.5.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -14,6 +14,6 @@ repos: - id: debug-statements - id: flake8 - repo: https://github.com/asottile/pyupgrade - rev: v1.25.1 + rev: v2.3.0 hooks: - id: pyupgrade |