Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#316)
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)
- [github.com/psf/black: 22.3.0 → 22.12.0](psf/black@22.3.0...22.12.0)
- https://github.com/timothycrosley/isorthttps://github.com/PyCQA/isort
- [github.com/PyCQA/isort: 5.7.0 → 5.11.4](PyCQA/isort@5.7.0...5.11.4)
- [github.com/pycqa/flake8: 3.8.4 → 6.0.0](PyCQA/flake8@3.8.4...6.0.0)
- [github.com/pre-commit/mirrors-prettier: v2.2.1 → v3.0.0-alpha.4](pre-commit/mirrors-prettier@v2.2.1...v3.0.0-alpha.4)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] committed Jan 3, 2023
1 parent ae9f7c7 commit 22cdcbb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ci:

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.4.0
rev: v4.4.0
hooks:
- id: check-yaml
- id: check-json
Expand All @@ -24,23 +24,23 @@ repos:
- id: mixed-line-ending

- repo: https://github.com/psf/black
rev: 22.3.0
rev: 22.12.0
hooks:
- id: black

- repo: https://github.com/timothycrosley/isort
rev: 5.7.0
- repo: https://github.com/PyCQA/isort
rev: 5.11.4
hooks:
- id: isort

- repo: https://github.com/pycqa/flake8
rev: 3.8.4
rev: 6.0.0
hooks:
- id: flake8
additional_dependencies: [flake8-bugbear]

- repo: https://github.com/pre-commit/mirrors-prettier
rev: v2.2.1
rev: v3.0.0-alpha.4
hooks:
- id: prettier
args: [--print-width=90, --prose-wrap=always]

0 comments on commit 22cdcbb

Please sign in to comment.