Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- https://github.com/prettier/pre-commithttps://github.com/pre-commit/mirrors-prettier
- [github.com/pre-commit/mirrors-prettier: v2.2.0 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v2.2.0...v4.0.0-alpha.8)
- [github.com/pycqa/flake8: 6.1.0 → 7.0.0](PyCQA/flake8@6.1.0...7.0.0)
  • Loading branch information
pre-commit-ci[bot] authored Jan 22, 2024
1 parent 64696b0 commit ce04b35
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 @@ -59,8 +59,8 @@ repos:
- id: trailing-whitespace

# Autoformat: YAML, JSON, Markdown, etc.
- repo: https://github.com/prettier/pre-commit
rev: v2.2.0
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v4.0.0-alpha.8
hooks:
- id: prettier
args:
Expand Down Expand Up @@ -143,7 +143,7 @@ repos:
# additional_dependencies: [black]

- repo: https://github.com/pycqa/flake8
rev: "6.1.0"
rev: "7.0.0"
hooks:
- id: flake8
entry: pflake8
Expand Down

0 comments on commit ce04b35

Please sign in to comment.