Skip to content

Commit

Permalink
Merge pull request #160 from spglib/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
lan496 authored Aug 5, 2024
2 parents 7ae61a3 + f6fa3d5 commit 74fa279
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@ repos:
- id: end-of-file-fixer
# formatter
- repo: https://github.com/psf/black
rev: 24.4.2
rev: 24.8.0
hooks:
- id: black
# linter
- repo: https://github.com/PyCQA/flake8
rev: 7.1.0
rev: 7.1.1
hooks:
- id: flake8
exclude: ^docs/
# type annotation
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.11.0
rev: v1.11.1
hooks:
- id: mypy
exclude: ^docs/
Expand Down Expand Up @@ -54,6 +54,6 @@ repos:
files: ^src/spgrep/
# Notebook
- repo: https://github.com/nbQA-dev/nbQA
rev: 1.8.5
rev: 1.8.7
hooks:
- id: nbqa-black

0 comments on commit 74fa279

Please sign in to comment.