File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1414minimum_pre_commit_version : " 2.0"
1515
1616default_language_version :
17- python : " python3.9 "
17+ python : " python3"
1818
1919# Run pre-commit as CI workflow.
2020# See https://pre-commit.ci/
@@ -256,7 +256,10 @@ repos:
256256# #######################################################################
257257
258258 - repo : " https://github.com/markdownlint/markdownlint"
259- rev : " v0.12.0"
259+ # v0.12.0 requires ruby2.7, however openSUSE Leap 15.4 officially
260+ # only provides ruby2.5 which is also required for texlive
261+ # => stay at v0.11.0
262+ rev : " v0.11.0"
260263 hooks :
261264 # Lint Markdown files with markdownlint.
262265 - id : " markdownlint"
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ name = "hpcss"
1010version = " 0.1.0"
1111description = " Slurm scripts to run and analyze MD simulations on HPC clusters"
1212readme = " README.rst"
13- requires-python = " >=3.8, <3.10 "
13+ requires-python = " >=3.8, <3.11 "
1414license = {file = " LICENSE.txt" }
1515authors = [
1616 {name = " Andreas Thum" , email = " coding.andthum@e.mail.de" },
You can’t perform that action at this time.
0 commit comments