Skip to content

Commit

Permalink
fix setup-cfg-fmt min-py-version argument
Browse files Browse the repository at this point in the history
  • Loading branch information
jkittner committed Jul 4, 2023
1 parent d0bc106 commit 38dc147
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ repos:
rev: v2.4.0
hooks:
- id: setup-cfg-fmt
args: ['--min-py-version=3.7']
- repo: https://github.com/pre-commit/mirrors-clang-format
rev: 'v16.0.6'
hooks:
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ classifiers =

[options]
py_modules = solpos
python_requires = >=3.8
python_requires = >=3.7

[coverage:run]
parallel = True
Expand Down

0 comments on commit 38dc147

Please sign in to comment.