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.4.0](pre-commit/pre-commit-hooks@v3.2.0...v4.4.0)
- https://github.com/python/blackhttps://github.com/psf/black
- [github.com/psf/black: 22.3.0 → 23.3.0](psf/black@22.3.0...23.3.0)
- [github.com/pycqa/flake8: 4.0.1 → 6.0.0](PyCQA/flake8@4.0.1...6.0.0)
  • Loading branch information
pre-commit-ci[bot] authored Jun 26, 2023
1 parent d780cc8 commit 192aa35
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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.2.0
rev: v4.4.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand All @@ -11,14 +11,14 @@ repos:
hooks:
- id: isort
args: ["--profile", "black"]
- repo: https://github.com/python/black
rev: 22.3.0
- repo: https://github.com/psf/black
rev: 23.3.0
hooks:
- id: black
exclude: vendor/
language_version: python3
- repo: https://github.com/pycqa/flake8
rev: 4.0.1
rev: 6.0.0
hooks:
- id: flake8
exclude: vendor/
Expand Down

0 comments on commit 192aa35

Please sign in to comment.