Skip to content

Commit 1b2b127

Browse files
authored
setup-cfg-fmt --include-version-classifiers, --min-py-version=3.8
Added minimum Python version argument to setup-cfg-fmt.
1 parent d7b5595 commit 1b2b127

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ repos:
3030
rev: v3.1.0
3131
hooks:
3232
- id: setup-cfg-fmt
33-
args: [--include-version-classifiers]
33+
args: [--include-version-classifiers, --min-py-version=3.8]
3434
#- repo: https://github.com/pre-commit/mirrors-mypy
3535
# rev: v0.910-1
3636
# hooks:

0 commit comments

Comments
 (0)