summaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorRonny Pfannschmidt <opensource@ronnypfannschmidt.de>2023-02-24 14:10:20 +0100
committerRonny Pfannschmidt <opensource@ronnypfannschmidt.de>2023-02-24 14:10:20 +0100
commitd04871d280914c17c9cb77670335af80d18d72f0 (patch)
treee2f971a309d89fe055258febb130ea1479e477f6 /.pre-commit-config.yaml
parent3a114bdc1b636c459482d7ef7ed6697914d9d479 (diff)
downloadsetuptools-scm-d04871d280914c17c9cb77670335af80d18d72f0.tar.gz
define own build backend
this removes setup.py altogether in turn preventing legacy usage
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r--.pre-commit-config.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index ced36e7..c32c140 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -22,6 +22,7 @@ repos:
rev: 6.0.0
hooks:
- id: flake8
+ exclude: scm_hack_build_backend.py
- repo: https://github.com/asottile/pyupgrade
rev: v3.3.1
hooks: