Skip to content

Commit

Permalink
[pre-commit.ci] auto-update pre-commit tooling
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci


updates:
- [github.com/psf/black: 22.10.0 → 23.11.0](psf/black@22.10.0...23.11.0)
- [github.com/PyCQA/flake8: 5.0.4 → 6.1.0](PyCQA/flake8@5.0.4...6.1.0)
- [github.com/PyCQA/isort: 5.10.1 → 5.12.0](PyCQA/isort@5.10.1...5.12.0)
  • Loading branch information
pre-commit-ci[bot] authored Dec 4, 2023
1 parent 45cd8a0 commit 85d76e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
repos:
- repo: https://github.com/psf/black
# black config is in pyproject.toml
rev: 22.10.0
rev: 23.11.0
hooks:
- id: black
language_version: python3.8
- repo: https://github.com/PyCQA/flake8
# flake8 config is in setup.cfg
rev: 5.0.4
rev: 6.1.0
hooks:
- id: flake8
language_version: python3.8
- repo: https://github.com/PyCQA/isort
# isort config is in pyproject.toml
rev: 5.10.1
rev: 5.12.0
hooks:
- id: isort
language_version: python3.8
Expand Down

0 comments on commit 85d76e7

Please sign in to comment.