Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] authored Oct 10, 2022
1 parent a4539b0 commit 0a1c1be
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
Expand Up @@ -33,14 +33,14 @@ repos:
- id: check-merge-conflict
- id: requirements-txt-fixer

- repo: https://github.com/pre-commit/mirrors-isort
rev: v5.10.1
- repo: https://github.com/PyCQA/isort
rev: 5.10.1
hooks:
- id: isort
args: ["--profile", "black"]

- repo: https://github.com/ambv/black
rev: 22.8.0
- repo: https://github.com/psf/black
rev: 22.10.0
hooks:
- id: black
language_version: python3.8
Expand Down

0 comments on commit 0a1c1be

Please sign in to comment.