Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#281)
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate

updates:

github.com/psf/black: 23.11.0 → 23.12.1
github.com/pre-commit/mirrors-prettier: v3.1.0 → v4.0.0-alpha.8
github.com/PyCQA/flake8: 6.1.0 → 7.0.0
github.com/pre-commit/mirrors-mypy: v1.7.1 → v1.8.0

Reviewed-by: Laura Barcziová
  • Loading branch information
2 parents db770d6 + ad0d482 commit df5327d
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 @@ -8,11 +8,11 @@ repos:
hooks:
- id: pyupgrade
- repo: https://github.com/psf/black
rev: 23.11.0
rev: 23.12.1
hooks:
- id: black
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.1.0
rev: v4.0.0-alpha.8
hooks:
- id: prettier
exclude: tests/data/.+
Expand All @@ -27,14 +27,14 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/PyCQA/flake8
rev: 6.1.0
rev: 7.0.0
hooks:
- id: flake8
exclude: examples
args:
- --max-line-length=100
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.7.1
rev: v1.8.0
hooks:
- id: mypy
exclude: examples
Expand Down

0 comments on commit df5327d

Please sign in to comment.