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/psf/black: 22.8.0 → 22.12.0](psf/black@22.8.0...22.12.0)
- [github.com/pycqa/flake8: 5.0.4 → 6.0.0](PyCQA/flake8@5.0.4...6.0.0)
- [github.com/pycqa/isort: 5.10.1 → 5.11.4](PyCQA/isort@5.10.1...5.11.4)
- [github.com/jazzband/pip-tools: 6.8.0 → 6.12.1](jazzband/pip-tools@6.8.0...6.12.1)
  • Loading branch information
pre-commit-ci[bot] committed Jan 2, 2023
1 parent 2ebec1e commit 30c5eef
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 @@ -2,19 +2,19 @@ ci:
autoupdate_schedule: quarterly
repos:
- repo: https://github.com/psf/black
rev: 22.8.0
rev: 22.12.0
hooks:
- id: black
- repo: https://github.com/pycqa/flake8
rev: 5.0.4
rev: 6.0.0
hooks:
- id: flake8
- repo: https://github.com/pycqa/isort
rev: 5.10.1
rev: 5.11.4
hooks:
- id: isort
- repo: https://github.com/jazzband/pip-tools
rev: 6.8.0
rev: 6.12.1
hooks:
- id: pip-compile
name: pip-compile requirements.in
Expand Down

0 comments on commit 30c5eef

Please sign in to comment.