Skip to content

Commit

Permalink
Merge pull request #31 from MinatoAquaCrews/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
⬆️ auto update by pre-commit hooks
  • Loading branch information
KafCoppelia authored Feb 6, 2024
2 parents d91350a + a11422a commit 90eadd6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@ ci:
autoupdate_commit_msg: ":arrow_up: auto update by pre-commit hooks"
repos:
- repo: https://github.com/pycqa/isort
rev: 5.12.0
rev: 5.13.2
hooks:
- id: isort
stages: [commit]

- repo: https://github.com/psf/black
rev: 23.11.0
rev: 24.1.1
hooks:
- id: black
stages: [commit]

- repo: https://github.com/pre-commit/mirrors-prettier
rev: v4.0.0-alpha.3
rev: v4.0.0-alpha.8
hooks:
- id: prettier
types_or: [markdown, yaml, json]
Expand Down

0 comments on commit 90eadd6

Please sign in to comment.