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/psf/black: 23.3.0 → 23.9.1](psf/black@23.3.0...23.9.1)
- [github.com/PyCQA/flake8: 6.0.0 → 6.1.0](PyCQA/flake8@6.0.0...6.1.0)
- [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.6 → v3.0.3](pre-commit/mirrors-prettier@v3.0.0-alpha.6...v3.0.3)
- [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.6 → v3.0.3](pre-commit/mirrors-prettier@v3.0.0-alpha.6...v3.0.3)
  • Loading branch information
pre-commit-ci[bot] committed Oct 3, 2023
1 parent ee3643c commit 083ee0d
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 @@ -16,13 +16,13 @@ repos:
args: ['--autofix', '--indent=2', '--no-sort-keys']

- repo: https://github.com/psf/black
rev: 23.3.0
rev: 23.9.1
hooks:
- id: black
args: ['--line-length', '100', '--skip-string-normalization']

- repo: https://github.com/PyCQA/flake8
rev: 6.0.0
rev: 6.1.0
hooks:
- id: flake8

Expand All @@ -35,7 +35,7 @@ repos:
hooks:
- id: isort
- repo: https://github.com/pre-commit/mirrors-prettier
rev: 'v3.0.0-alpha.6'
rev: 'v3.0.3'
hooks:
- id: prettier
language_version: system
Expand All @@ -50,7 +50,7 @@ repos:
|yaml|yml\
)$"
- repo: https://github.com/pre-commit/mirrors-prettier
rev: 'v3.0.0-alpha.6'
rev: 'v3.0.3'
hooks:
- id: prettier
name: prettier-markdown
Expand Down

0 comments on commit 083ee0d

Please sign in to comment.