Skip to content

Commit

Permalink
Merge pull request #263 from risuorg/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
iranzo authored Feb 11, 2025
2 parents c5a0681 + b10f081 commit 01c5474
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 @@ -10,11 +10,11 @@ repos:
files: \.(css|js|md|markdown|json)
exclude: themes
- repo: https://github.com/psf/black
rev: 24.4.2
rev: 25.1.0
hooks:
- id: black
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: check-added-large-files
- id: check-ast
Expand All @@ -41,7 +41,7 @@ repos:
- id: trailing-whitespace
exclude: themes
- repo: https://github.com/pycqa/flake8
rev: 7.1.0
rev: 7.1.1
hooks:
- id: flake8
- repo: local
Expand All @@ -60,7 +60,7 @@ repos:
types:
- shell
- repo: https://github.com/asottile/blacken-docs
rev: 1.16.0
rev: 1.19.1
hooks:
- id: blacken-docs
- repo: https://github.com/hcodes/yaspeller.git
Expand Down

0 comments on commit 01c5474

Please sign in to comment.