Skip to content

Commit da70eb2

Browse files
committed
increase somesy version to v0.4.3
1 parent e23c921 commit da70eb2

2 files changed

Lines changed: 109 additions & 109 deletions

File tree

.pre-commit-config.yaml

Lines changed: 54 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -1,63 +1,63 @@
1-
exclude: "src/fair_python_cookiecutter/template/.*" # <-- added
1+
exclude: 'src/fair_python_cookiecutter/template/.*' # <-- added
22
# ---- copy from template below ----
33
# See https://pre-commit.com for more information
44
# See https://pre-commit.com/hooks.html for more hooks
55
repos:
6-
# GH Actions
7-
- repo: https://github.com/python-jsonschema/check-jsonschema
8-
rev: "0.28.6"
9-
hooks:
10-
- id: check-github-workflows
6+
# GH Actions
7+
- repo: https://github.com/python-jsonschema/check-jsonschema
8+
rev: '0.28.6'
9+
hooks:
10+
- id: check-github-workflows
1111

12-
# Code Quality
13-
- repo: https://github.com/astral-sh/ruff-pre-commit
14-
rev: v0.5.0
15-
hooks:
16-
- id: ruff
17-
types_or: [python, pyi, jupyter]
18-
args: [--fix]
19-
- id: ruff-format
20-
types_or: [python, pyi, jupyter]
12+
# Code Quality
13+
- repo: https://github.com/astral-sh/ruff-pre-commit
14+
rev: v0.5.0
15+
hooks:
16+
- id: ruff
17+
types_or: [python, pyi, jupyter]
18+
args: [--fix]
19+
- id: ruff-format
20+
types_or: [python, pyi, jupyter]
2121

22-
- repo: https://github.com/pre-commit/mirrors-mypy
23-
rev: "v1.10.1"
24-
hooks:
25-
- id: mypy
26-
args: [--no-strict-optional, --ignore-missing-imports]
27-
# NOTE: you might need to add some deps here:
28-
additional_dependencies: []
22+
- repo: https://github.com/pre-commit/mirrors-mypy
23+
rev: 'v1.10.1'
24+
hooks:
25+
- id: mypy
26+
args: [--no-strict-optional, --ignore-missing-imports]
27+
# NOTE: you might need to add some deps here:
28+
additional_dependencies: []
2929

30-
# Metadata
31-
- repo: https://github.com/citation-file-format/cff-converter-python
32-
rev: "054bda51dbe278b3e86f27c890e3f3ac877d616c"
33-
hooks:
34-
- id: validate-cff
35-
- repo: https://github.com/fsfe/reuse-tool
36-
rev: "v3.0.2"
37-
hooks:
38-
- id: reuse
30+
# Metadata
31+
- repo: https://github.com/citation-file-format/cff-converter-python
32+
rev: '054bda51dbe278b3e86f27c890e3f3ac877d616c'
33+
hooks:
34+
- id: validate-cff
35+
- repo: https://github.com/fsfe/reuse-tool
36+
rev: 'v3.0.2'
37+
hooks:
38+
- id: reuse
3939

40-
- repo: https://github.com/Materials-Data-Science-and-Informatics/somesy
41-
rev: "v0.4.2"
42-
hooks:
43-
- id: somesy
40+
- repo: https://github.com/Materials-Data-Science-and-Informatics/somesy
41+
rev: 'v0.4.3'
42+
hooks:
43+
- id: somesy
4444

45-
# Various general + format-specific helpers
46-
- repo: https://github.com/pre-commit/pre-commit-hooks
47-
rev: v4.6.0
48-
hooks:
49-
- id: check-symlinks
50-
- id: trailing-whitespace
51-
exclude: "CITATION.cff"
52-
- id: mixed-line-ending
53-
args: [--fix=lf]
54-
- id: check-yaml
55-
exclude: "mkdocs.yml"
56-
- id: check-toml
57-
- id: check-json
58-
- id: check-ast
59-
- id: debug-statements
60-
- id: check-merge-conflict
61-
- id: check-shebang-scripts-are-executable
62-
- id: check-added-large-files
63-
args: [--maxkb=10000]
45+
# Various general + format-specific helpers
46+
- repo: https://github.com/pre-commit/pre-commit-hooks
47+
rev: v4.6.0
48+
hooks:
49+
- id: check-symlinks
50+
- id: trailing-whitespace
51+
exclude: 'CITATION.cff'
52+
- id: mixed-line-ending
53+
args: [--fix=lf]
54+
- id: check-yaml
55+
exclude: 'mkdocs.yml'
56+
- id: check-toml
57+
- id: check-json
58+
- id: check-ast
59+
- id: debug-statements
60+
- id: check-merge-conflict
61+
- id: check-shebang-scripts-are-executable
62+
- id: check-added-large-files
63+
args: [--maxkb=10000]
Lines changed: 55 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -1,63 +1,63 @@
11
# See https://pre-commit.com for more information
22
# See https://pre-commit.com/hooks.html for more hooks
33
repos:
4-
# GH Actions
5-
- repo: https://github.com/python-jsonschema/check-jsonschema
6-
rev: "0.28.6"
7-
hooks:
8-
- id: check-github-workflows
4+
# GH Actions
5+
- repo: https://github.com/python-jsonschema/check-jsonschema
6+
rev: '0.28.6'
7+
hooks:
8+
- id: check-github-workflows
99

10-
# Quality
11-
- repo: https://github.com/astral-sh/ruff-pre-commit
12-
rev: v0.5.0
13-
hooks:
14-
- id: ruff
15-
types_or: [python, pyi, jupyter]
16-
args: [--fix]
17-
- id: ruff-format
18-
types_or: [python, pyi, jupyter]
10+
# Quality
11+
- repo: https://github.com/astral-sh/ruff-pre-commit
12+
rev: v0.5.0
13+
hooks:
14+
- id: ruff
15+
types_or: [python, pyi, jupyter]
16+
args: [--fix]
17+
- id: ruff-format
18+
types_or: [python, pyi, jupyter]
1919

20-
- repo: https://github.com/pre-commit/mirrors-mypy
21-
rev: "v1.10.1"
22-
hooks:
23-
- id: mypy
24-
args: [--no-strict-optional, --ignore-missing-imports]
25-
# NOTE: you might need to add some deps here:
26-
additional_dependencies: []
20+
- repo: https://github.com/pre-commit/mirrors-mypy
21+
rev: 'v1.10.1'
22+
hooks:
23+
- id: mypy
24+
args: [--no-strict-optional, --ignore-missing-imports]
25+
# NOTE: you might need to add some deps here:
26+
additional_dependencies: []
2727

28-
# License Metadata
29-
- repo: https://github.com/citation-file-format/cff-converter-python
30-
rev: "054bda51dbe278b3e86f27c890e3f3ac877d616c"
31-
hooks:
32-
- id: validate-cff
33-
- repo: https://github.com/fsfe/reuse-tool
34-
rev: "v3.0.2"
35-
hooks:
36-
- id: reuse
28+
# License Metadata
29+
- repo: https://github.com/citation-file-format/cff-converter-python
30+
rev: '054bda51dbe278b3e86f27c890e3f3ac877d616c'
31+
hooks:
32+
- id: validate-cff
33+
- repo: https://github.com/fsfe/reuse-tool
34+
rev: 'v3.0.2'
35+
hooks:
36+
- id: reuse
3737

38-
# Project Metadata
39-
- repo: https://github.com/Materials-Data-Science-and-Informatics/somesy
40-
rev: "v0.4.2"
41-
hooks:
42-
- id: somesy
38+
# Project Metadata
39+
- repo: https://github.com/Materials-Data-Science-and-Informatics/somesy
40+
rev: 'v0.4.3'
41+
hooks:
42+
- id: somesy
4343

44-
# Various general + format-specific helpers
45-
# (run last to fix general syntactic defects)
46-
- repo: https://github.com/pre-commit/pre-commit-hooks
47-
rev: v4.6.0
48-
hooks:
49-
# - id: mixed-line-ending
50-
# args: [--fix=lf]
51-
- id: check-symlinks
52-
- id: trailing-whitespace
53-
exclude: "CITATION.cff"
54-
- id: check-yaml
55-
exclude: "mkdocs.yml"
56-
- id: check-toml
57-
- id: check-json
58-
- id: check-ast
59-
- id: debug-statements
60-
- id: check-merge-conflict
61-
- id: check-shebang-scripts-are-executable
62-
- id: check-added-large-files
63-
args: [--maxkb=10000]
44+
# Various general + format-specific helpers
45+
# (run last to fix general syntactic defects)
46+
- repo: https://github.com/pre-commit/pre-commit-hooks
47+
rev: v4.6.0
48+
hooks:
49+
# - id: mixed-line-ending
50+
# args: [--fix=lf]
51+
- id: check-symlinks
52+
- id: trailing-whitespace
53+
exclude: 'CITATION.cff'
54+
- id: check-yaml
55+
exclude: 'mkdocs.yml'
56+
- id: check-toml
57+
- id: check-json
58+
- id: check-ast
59+
- id: debug-statements
60+
- id: check-merge-conflict
61+
- id: check-shebang-scripts-are-executable
62+
- id: check-added-large-files
63+
args: [--maxkb=10000]

0 commit comments

Comments
 (0)