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: v4.4.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.4.0...v4.6.0)
- [github.com/pycqa/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2)
- [github.com/psf/black: 23.7.0 → 24.4.2](psf/black@23.7.0...24.4.2)
- [github.com/asottile/pyupgrade: v3.9.0 → v3.16.0](asottile/pyupgrade@v3.9.0...v3.16.0)
- https://github.com/pre-commit/mirrors-autopep8https://github.com/hhatto/autopep8
- [github.com/hhatto/autopep8: v2.0.2 → v2.3.0](hhatto/autopep8@v2.0.2...v2.3.0)
- [github.com/PyCQA/flake8: 6.0.0 → 7.1.0](PyCQA/flake8@6.0.0...7.1.0)
  • Loading branch information
pre-commit-ci[bot] authored Jun 17, 2024
1 parent 4117d2c commit 90f6e56
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 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: v4.4.0
rev: v4.6.0
hooks:
- id: trailing-whitespace
args: [--markdown-linebreak-ext=md]
Expand All @@ -12,25 +12,25 @@ repos:
- id: check-case-conflict
- id: mixed-line-ending
- repo: https://github.com/pycqa/isort
rev: 5.12.0
rev: 5.13.2
hooks:
- id: isort
args: ["--profile", "black", "--filter-files"]
- repo: https://github.com/psf/black
rev: 23.7.0
rev: 24.4.2
hooks:
- id: black
- repo: https://github.com/asottile/pyupgrade
rev: v3.9.0
rev: v3.16.0
hooks:
- id: pyupgrade
args: [--py38-plus]
- repo: https://github.com/pre-commit/mirrors-autopep8
rev: v2.0.2
- repo: https://github.com/hhatto/autopep8
rev: v2.3.0
hooks:
- id: autopep8
- repo: https://github.com/PyCQA/flake8
rev: "6.0.0"
rev: "7.1.0"
hooks:
- id: flake8
additional_dependencies:
Expand Down

0 comments on commit 90f6e56

Please sign in to comment.