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.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0)
- [github.com/psf/black: 24.3.0 → 24.4.2](psf/black@24.3.0...24.4.2)
- [github.com/hhatto/autopep8: v2.1.0 → v2.2.0](hhatto/autopep8@v2.1.0...v2.2.0)
  • Loading branch information
pre-commit-ci[bot] committed Jun 3, 2024
1 parent 8f1307e commit d80b398
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: "v4.5.0"
rev: "v4.6.0"
hooks:
- id: check-merge-conflict
- id: end-of-file-fixer
Expand Down Expand Up @@ -38,7 +38,7 @@ repos:
- id: isort
args: ["--profile", "black"]
- repo: https://github.com/psf/black
rev: "24.3.0"
rev: "24.4.2"
hooks:
- id: black
- repo: https://github.com/asottile/pyupgrade
Expand All @@ -47,7 +47,7 @@ repos:
- id: pyupgrade
args: ["--py37-plus", "--keep-mock"]
- repo: https://github.com/hhatto/autopep8
rev: "v2.1.0"
rev: "v2.2.0"
hooks:
- id: autopep8
- repo: https://github.com/PyCQA/flake8
Expand Down

0 comments on commit d80b398

Please sign in to comment.