Skip to content

Commit

Permalink
Merge pull request #49 from MinatoAquaCrews/revert-48-pre-commit-ci-u…
Browse files Browse the repository at this point in the history
…pdate-config

Revert ":arrow_up: auto update by pre-commit hooks"
  • Loading branch information
KafCoppelia authored Dec 6, 2023
2 parents bd18fa8 + 8f47f5c commit d02b63b
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/hhatto/autopep8
rev: v2.0.4
- repo: https://github.com/pre-commit/mirrors-autopep8
rev: v2.0.2
hooks:
- id: autopep8
stages: [commit]

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

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

0 comments on commit d02b63b

Please sign in to comment.