Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/mirrors-prettier: v3.1.0 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v3.1.0...v4.0.0-alpha.8)
- [github.com/psf/black-pre-commit-mirror: 24.1.1 → 24.2.0](psf/black-pre-commit-mirror@24.1.1...24.2.0)
- [github.com/psf/black-pre-commit-mirror: 24.1.1 → 24.2.0](psf/black-pre-commit-mirror@24.1.1...24.2.0)
- [github.com/adrienverge/yamllint.git: v1.33.0 → v1.35.1](https://github.com/adrienverge/yamllint.git/compare/v1.33.0...v1.35.1)
- [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 Feb 19, 2024
1 parent 345887d commit d31fe93
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ repos:

# Autoformat: YAML, JSON, Markdown, etc.
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.1.0
rev: v4.0.0-alpha.8
hooks:
- id: prettier
args:
Expand All @@ -77,12 +77,12 @@ repos:
# args: ['--py37-plus']

- repo: https://github.com/psf/black-pre-commit-mirror
rev: 24.1.1
rev: 24.2.0
hooks:
- id: black

- repo: https://github.com/psf/black-pre-commit-mirror
rev: 24.1.1
rev: 24.2.0
hooks:
- id: black-jupyter

Expand Down Expand Up @@ -121,7 +121,7 @@ repos:
- id: isort

- repo: https://github.com/adrienverge/yamllint.git
rev: v1.33.0
rev: v1.35.1
hooks:
- id: yamllint
args: [--strict]
Expand All @@ -139,7 +139,7 @@ repos:
# additional_dependencies: [black]

- repo: https://github.com/pycqa/flake8
rev: '6.1.0'
rev: '7.0.0'
hooks:
- id: flake8

Expand Down

0 comments on commit d31fe93

Please sign in to comment.