Skip to content

Commit

Permalink
Merge pull request #58 from ab5424/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
pre-commit autoupdate
  • Loading branch information
ab5424 authored May 28, 2024
2 parents dec76e9 + ff51680 commit 7070849
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 8 deletions.
3 changes: 0 additions & 3 deletions .coveragerc

This file was deleted.

8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ci:

repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.4
rev: v0.4.5
hooks:
- id: ruff
args: [--fix]
Expand All @@ -27,20 +27,20 @@ repos:
- id: mypy

- repo: https://github.com/RobertCraigie/pyright-python
rev: v1.1.361
rev: v1.1.364
hooks:
- id: pyright

- repo: https://github.com/codespell-project/codespell
rev: v2.2.6
rev: v2.3.0
hooks:
- id: codespell
stages: [ commit, commit-msg ]
args: [ --ignore-words-list, 'cna' ]
additional_dependencies: [tomli]

- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.40.0
rev: v0.41.0
hooks:
- id: markdownlint
# MD013: line too long
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

## Implementations

While it is intendend that `agility` can be used with different "backends" such as ase, babel, pyiron, and others, the main functionality is (currently) implemented with ovito and LAMMPS.
While it is intended that `agility` can be used with different "backends" such as ase, babel, pyiron, and others, the main functionality is (currently) implemented with ovito and LAMMPS.

## Installation

Expand Down
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ Package = "https://pypi.org/project/agility/"
[project.optional-dependencies]
dev = [
"mypy",
"coverage<=7.5.1", # Weird issues 7.5.2
"pre-commit",
"pytest-cov",
"pytest-split",
Expand Down Expand Up @@ -99,3 +100,8 @@ ignore-words-list = """
cna
"""
check-filenames = true

[tool.coverage.report]
exclude_lines = [
'if TYPE_CHECKING:',
]

0 comments on commit 7070849

Please sign in to comment.