Skip to content

Commit b3ff9e3

Browse files
authored
Merge pull request #99 from andthum/chore/pre-commit
Update pre-commit Config and pyproject.toml
2 parents 3eb2f84 + bcaa824 commit b3ff9e3

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
minimum_pre_commit_version: "2.0"
1515

1616
default_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"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ name = "hpcss"
1010
version = "0.1.0"
1111
description = "Slurm scripts to run and analyze MD simulations on HPC clusters"
1212
readme = "README.rst"
13-
requires-python = ">=3.8, <3.10"
13+
requires-python = ">=3.8, <3.11"
1414
license = {file = "LICENSE.txt"}
1515
authors = [
1616
{name = "Andreas Thum", email = "coding.andthum@e.mail.de"},

0 commit comments

Comments
 (0)