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/PyCQA/isort: v5.11.3 → 5.11.4](PyCQA/isort@v5.11.3...5.11.4)
- [github.com/psf/black: 23.1a1 → 22.12.0](psf/black@23.1a1...22.12.0)
  • Loading branch information
pre-commit-ci[bot] authored and DanielNoord committed Dec 27, 2022
1 parent dbb1252 commit 3a257f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@ repos:
args: [--py37-plus]
exclude: *fixtures
- repo: https://github.com/PyCQA/isort
rev: v5.11.3
rev: 5.11.4
hooks:
- id: isort
exclude: doc/data/messages/(r/reimported|w/wrong-import-order|u/ungrouped-imports|m/misplaced-future|m/multiple-imports)/bad.py
- repo: https://github.com/psf/black
rev: 23.1a1
rev: 22.12.0
hooks:
- id: black
args: [--safe, --quiet]
Expand Down

0 comments on commit 3a257f5

Please sign in to comment.