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.2.0 → v4.5.0](pre-commit/pre-commit-hooks@v3.2.0...v4.5.0)
- [github.com/psf/black: 19.10b0 → 23.12.1](psf/black@19.10b0...23.12.1)
- https://gitlab.com/pycqa/flake8https://github.com/PyCQA/flake8
- [github.com/PyCQA/flake8: 3.8.3 → 7.0.0](PyCQA/flake8@3.8.3...7.0.0)
- https://github.com/timothycrosley/isorthttps://github.com/PyCQA/isort
- [github.com/PyCQA/isort: 5.4.2 → 5.13.2](PyCQA/isort@5.4.2...5.13.2)
  • Loading branch information
pre-commit-ci[bot] authored Jan 8, 2024
1 parent 485f740 commit 794e2f2
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
@@ -1,7 +1,7 @@
# See https://pre-commit.com/hooks.html for info on hooks
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.2.0
rev: v4.5.0
hooks:
- id: check-added-large-files
- id: check-ast
Expand All @@ -13,18 +13,18 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/psf/black
rev: 19.10b0
rev: 23.12.1
hooks:
- id: black

- repo: https://gitlab.com/pycqa/flake8
rev: 3.8.3
- repo: https://github.com/PyCQA/flake8
rev: 7.0.0
hooks:
- id: flake8
args: [--max-line-length=88]
language_version: python3.7

- repo: https://github.com/timothycrosley/isort
rev: 5.4.2
- repo: https://github.com/PyCQA/isort
rev: 5.13.2
hooks:
- id: isort

0 comments on commit 794e2f2

Please sign in to comment.