Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
fail-fast: true
matrix:
os: [ "ubuntu-latest", "macos-latest", "windows-latest" ]
python-version: [ "3.8", "3.9", "3.10", "3.11" ]
python-version: [ "3.9", "3.10", "3.11", "3.12", "3.13" ]
runs-on: ${{ matrix.os }}

steps:
Expand Down
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ exclude: 'src/fair_python_cookiecutter/template/.*' # <-- added
repos:
# GH Actions
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: '0.28.6'
rev: '0.31.2'
hooks:
- id: check-github-workflows

# Code Quality
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.5.0
rev: v0.9.9
hooks:
- id: ruff
types_or: [python, pyi, jupyter]
Expand All @@ -20,7 +20,7 @@ repos:
types_or: [python, pyi, jupyter]

- repo: https://github.com/pre-commit/mirrors-mypy
rev: 'v1.10.1'
rev: 'v1.15.0'
hooks:
- id: mypy
args: [--no-strict-optional, --ignore-missing-imports]
Expand All @@ -33,18 +33,18 @@ repos:
hooks:
- id: validate-cff
- repo: https://github.com/fsfe/reuse-tool
rev: 'v3.0.2'
rev: 'v5.0.2'
hooks:
- id: reuse

- repo: https://github.com/Materials-Data-Science-and-Informatics/somesy
rev: 'v0.4.3'
rev: 'v0.7.1'
hooks:
- id: somesy

# Various general + format-specific helpers
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: check-symlinks
- id: trailing-whitespace
Expand Down
16 changes: 0 additions & 16 deletions .reuse/dep5

This file was deleted.

2 changes: 1 addition & 1 deletion .somesy.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "fair-python-cookiecutter"
version = "0.3.2"
version = "1.0.0"
description = "An opinionated cookiecutter template to kickstart a modern best-practice Python project with FAIR metadata. "

license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ type: software
message: If you use this software, please cite it using this metadata.

title: "fair-python-cookiecutter"
version: "0.3.2"
version: "1.0.0"
abstract: "An opinionated cookiecutter template to kickstart a modern best-practice
Python project with FAIR metadata."
repository-code: "https://github.com/Materials-Data-Science-and-Informatics/fair-python-cookiecutter"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ recommendations on the state of software citation in academic practice.

## Getting Started

Make sure that you have a working Python interpreter in version at least 3.8,
Make sure that you have a working Python interpreter in version at least 3.9,
`git` and [`poetry`](https://python-poetry.org/docs/#installation) installed.

To install the template, run `pip install fair-python-cookiecutter`.
Expand Down
22 changes: 22 additions & 0 deletions REUSE.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
version = 1
SPDX-PackageName = "fair-python-cookiecutter"
SPDX-PackageSupplier = "Anton Pirogov <a.pirogov@fz-juelich.de>"
SPDX-PackageDownloadLocation = "https://github.com/Materials-Data-Science-and-Informatics/fair-python-cookiecutter"

[[annotations]]
path = ["{{ cookiecutter**"]
precedence = "override"
SPDX-FileCopyrightText = "2023 Forschungszentrum Jülich GmbH - Institute for Materials Data Science and Informatics (IAS9) - Stefan Sandfeld <s.sandfeld@fz-juelich.de>"
SPDX-License-Identifier = "CC0-1.0"

[[annotations]]
path = [".gitignore", "pyproject.toml", "poetry.lock", ".pre-commit-config.yaml", ".somesy.toml", "codemeta.json", "CITATION.cff", "README.md", "RELEASE_NOTES.md", "CHANGELOG.md", "CODE_OF_CONDUCT.md", "AUTHORS.md", "CONTRIBUTING.md", ".github/**", "mkdocs.yml", "**.txt", "docs/**", "REUSE.toml", "somesy.toml"]
precedence = "override"
SPDX-FileCopyrightText = "2023 Forschungszentrum Jülich GmbH - Institute for Materials Data Science and Informatics (IAS9) - Stefan Sandfeld <s.sandfeld@fz-juelich.de>"
SPDX-License-Identifier = "CC0-1.0"

[[annotations]]
path = ["src/**", "tests/**", "hooks/**"]
precedence = "override"
SPDX-FileCopyrightText = "2023 Forschungszentrum Jülich GmbH - Institute for Materials Data Science and Informatics (IAS9) - Stefan Sandfeld <s.sandfeld@fz-juelich.de>"
SPDX-License-Identifier = "MIT"
11 changes: 7 additions & 4 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,21 @@
"givenName": "Anton",
"familyName": "Pirogov",
"email": "a.pirogov@fz-juelich.de",
"@id": "https://orcid.org/0000-0002-5077-7497"
"@id": "https://orcid.org/0000-0002-5077-7497",
"identifier": "https://orcid.org/0000-0002-5077-7497"
},
{
"@type": "Person",
"givenName": "Mustafa",
"familyName": "Soylu",
"email": "m.soylu@fz-juelich.de",
"@id": "https://orcid.org/0000-0003-2637-0432"
"@id": "https://orcid.org/0000-0003-2637-0432",
"identifier": "https://orcid.org/0000-0003-2637-0432"
}
],
"name": "fair-python-cookiecutter",
"description": "An opinionated cookiecutter template to kickstart a modern best-practice Python project with FAIR metadata.",
"version": "0.3.2",
"version": "1.0.0",
"keywords": [
"fair",
"metadata",
Expand All @@ -39,7 +41,8 @@
"givenName": "Mustafa",
"familyName": "Soylu",
"email": "m.soylu@fz-juelich.de",
"@id": "https://orcid.org/0000-0003-2637-0432"
"@id": "https://orcid.org/0000-0003-2637-0432",
"identifier": "https://orcid.org/0000-0003-2637-0432"
}
],
"license": [
Expand Down
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ plugins:
- literate-nav:
nav_file: SUMMARY.md
- section-index
- autorefs
- mkdocstrings:
handlers:
python:
Expand Down
Loading
Loading