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/pre-commit-hooks: v3.4.0 → v4.4.0](pre-commit/pre-commit-hooks@v3.4.0...v4.4.0)
- https://github.com/ambv/blackhttps://github.com/psf/black
- [github.com/psf/black: 20.8b1 → 23.7.0](psf/black@20.8b1...23.7.0)
- https://gitlab.com/pycqa/flake8https://github.com/PyCQA/flake8
- [github.com/PyCQA/flake8: 3.8.4 → 6.1.0](PyCQA/flake8@3.8.4...6.1.0)
- https://github.com/pre-commit/mirrors-isorthttps://github.com/PyCQA/isort
- [github.com/PyCQA/isort: v5.7.0 → 5.12.0](PyCQA/isort@v5.7.0...5.12.0)
- [github.com/pre-commit/mirrors-prettier: v2.2.1 → v3.0.2](pre-commit/mirrors-prettier@v2.2.1...v3.0.2)
- [github.com/pre-commit/mirrors-prettier: v2.2.1 → v3.0.2](pre-commit/mirrors-prettier@v2.2.1...v3.0.2)
  • Loading branch information
pre-commit-ci[bot] authored Aug 22, 2023
1 parent 56a731a commit b24d53a
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.4.0
rev: v4.4.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand All @@ -10,14 +10,14 @@ repos:
- id: pretty-format-json
args: ["--autofix", "--indent=2", "--no-sort-keys"]

- repo: https://github.com/ambv/black
rev: 20.8b1
- repo: https://github.com/psf/black
rev: 23.7.0
hooks:
- id: black
args: ["--line-length", "100"]

- repo: https://gitlab.com/pycqa/flake8
rev: 3.8.4
- repo: https://github.com/PyCQA/flake8
rev: 6.1.0
hooks:
- id: flake8

Expand All @@ -26,8 +26,8 @@ repos:
hooks:
- id: seed-isort-config

- repo: https://github.com/pre-commit/mirrors-isort
rev: v5.7.0
- repo: https://github.com/PyCQA/isort
rev: 5.12.0
hooks:
- id: isort

Expand All @@ -45,7 +45,7 @@ repos:
]

- repo: https://github.com/pre-commit/mirrors-prettier
rev: v2.2.1
rev: v3.0.2
hooks:
- id: prettier
language_version: system
Expand All @@ -61,7 +61,7 @@ repos:
)$"

- repo: https://github.com/pre-commit/mirrors-prettier
rev: v2.2.1
rev: v3.0.2
hooks:
- id: prettier
name: prettier-markdown
Expand Down

0 comments on commit b24d53a

Please sign in to comment.