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: 5.11.5 → 5.12.0](PyCQA/isort@5.11.5...5.12.0)
- [github.com/psf/black: refs/tags/23.1.0:refs/tags/23.1.0 → 23.3.0](psf/black@refs/tags/23.1.0:refs/tags/23.1.0...23.3.0)
  • Loading branch information
pre-commit-ci[bot] authored Apr 3, 2023
1 parent 1c45ec4 commit ca9349a
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 @@ -7,7 +7,7 @@ ci:
# https://pre-commit.com/#adding-pre-commit-plugins-to-your-project
repos:
- repo: https://github.com/pycqa/isort
rev: 5.11.5
rev: 5.12.0
hooks:
- id: isort
# This is here to defer file selection to isort which will do it based on
Expand All @@ -18,7 +18,7 @@ repos:
- repo: https://github.com/psf/black
# WARNING: version should be the same as in `pyproject.toml`
# Using git ref spec because of https://github.com/psf/black/issues/2493
rev: 'refs/tags/23.1.0:refs/tags/23.1.0'
rev: '23.3.0'
hooks:
- id: black
pass_filenames: false
Expand Down

0 comments on commit ca9349a

Please sign in to comment.