Skip to content

Commit

Permalink
Update pre-commit for setup-cfg-fmt preserving py 3.6 support
Browse files Browse the repository at this point in the history
Maya, Nuke, etc still prefer CentOS and its very old python 3 version
  • Loading branch information
MHendricks committed Nov 16, 2022
1 parent 31049d8 commit 1079290
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@ repos:
- pep8-naming==0.13.0

- repo: https://github.com/asottile/setup-cfg-fmt
rev: v2.1.0
rev: v2.2.0
hooks:
- id: setup-cfg-fmt
args: [--min-py3-version=3.6]

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
Expand Down

0 comments on commit 1079290

Please sign in to comment.