Skip to content

Commit

Permalink
Merge pull request #48 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 Dec 6, 2023
2 parents e86d8e7 + 92da7c0 commit bd18fa8
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,21 +12,21 @@ repos:
- id: isort
stages: [commit]

- repo: https://github.com/pre-commit/mirrors-autopep8
rev: v2.0.2
- repo: https://github.com/hhatto/autopep8
rev: v2.0.4
hooks:
- id: autopep8
stages: [commit]

- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.0.0-alpha.9-for-vscode
rev: v4.0.0-alpha.3
hooks:
- id: prettier
types_or: [markdown, yaml, json]
stages: [commit]

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand Down

0 comments on commit bd18fa8

Please sign in to comment.