summaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorRonny Pfannschmidt <ronny.pfannschmidt@redhat.com>2020-12-11 22:52:22 +0100
committerRonny Pfannschmidt <ronny.pfannschmidt@redhat.com>2020-12-11 22:52:22 +0100
commit7afad49aaaac94604682735cf32de226c41c28f6 (patch)
treec792cd3ce958b1cd99698920f380651c7a58cd46 /.pre-commit-config.yaml
parent5e1a9694f1231f668988a491923b3ca7e7851718 (diff)
parentbda1b523f77e15e62a788641c7e6dd41c24a1576 (diff)
downloadsetuptools-scm-7afad49aaaac94604682735cf32de226c41c28f6.tar.gz
Merge branch 'master' into hbasria/master
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r--.pre-commit-config.yaml10
1 files changed, 6 insertions, 4 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index a80f778..0063a11 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -1,20 +1,22 @@
exclude: setuptools_scm/win_py31_compat.py
repos:
- repo: https://github.com/ambv/black
- rev: 18.4a4
+ rev: 20.8b1
hooks:
- id: black
args: [--safe, --quiet]
- python_version: python3.6
- repo: https://github.com/pre-commit/pre-commit-hooks
- rev: v1.2.3
+ rev: v3.3.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
- id: debug-statements
+- repo: https://gitlab.com/pycqa/flake8
+ rev: 3.8.4
+ hooks:
- id: flake8
- repo: https://github.com/asottile/pyupgrade
- rev: v1.2.0
+ rev: v2.7.4
hooks:
- id: pyupgrade