Skip to content

Commit 00691ca

Browse files
committed
update hooks
1 parent ba68383 commit 00691ca

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ repos:
1212
- id: debug-statements
1313
- id: end-of-file-fixer
1414
- repo: https://github.com/astral-sh/ruff-pre-commit
15-
rev: v0.11.13
15+
rev: v0.12.0
1616
hooks:
1717
- id: ruff-format
1818
- id: ruff
1919
args: [ "--fix", "--show-fixes"]
2020
types_or: [python, pyi]
2121
- repo: https://github.com/pre-commit/mirrors-mypy
22-
rev: v1.16.0
22+
rev: v1.16.1
2323
hooks:
2424
- id: mypy
2525
exclude: ^docs/

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Spgrep
2+
23
[![testing](https://github.com/spglib/spgrep/actions/workflows/testing.yml/badge.svg)](https://github.com/spglib/spgrep/actions/workflows/testing.yml)
34
[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/spglib/spgrep/develop.svg)](https://results.pre-commit.ci/latest/github/spglib/spgrep/develop)
45
[![codecov](https://codecov.io/gh/spglib/spgrep/graph/badge.svg?token=DQGVFCTB1P)](https://codecov.io/gh/spglib/spgrep)
@@ -18,10 +19,10 @@
1819
## Features
1920

2021
- Enumerate the following irreducible representations (irreps) of space groups from [spglib](https://spglib.github.io/spglib/)'s cell and kpoints:
21-
- Linear irreps
22-
- Physically irreps (irreps over real numbers)
23-
- Projective irreps for spnior
24-
- Projective irreducible co-representations for spinor
22+
- Linear irreps
23+
- Physically irreps (irreps over real numbers)
24+
- Projective irreps for spnior
25+
- Projective irreducible co-representations for spinor
2526
- Enumerate irreps of crystallographic point groups as well
2627
- Find symmetry-adapted basis forming given irreps
2728
- Minimal dependencies (numpy and [spglib](https://spglib.github.io/spglib/))
@@ -77,11 +78,13 @@ See [example pages](docs/examples/examples.md) for more detailed use cases and [
7778
## Installation
7879

7980
Spgrep works with Python3.8+ and can be installed via PyPI:
81+
8082
```shell
8183
pip install spgrep
8284
```
8385

8486
or in local:
87+
8588
```shell
8689
conda create -n spgrep python=3.10 pip
8790
conda activate spgrep

pyproject.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,6 @@ homepage = "https://github.com/spglib/spgrep"
3939
[project.optional-dependencies]
4040
dev = [
4141
"pre-commit",
42-
"mypy",
43-
"pyupgrade",
44-
"pydocstyle",
4542
"nbqa",
4643
"phonopy",
4744
"notebook",

0 commit comments

Comments
 (0)