Skip to content
Snippets Groups Projects
Commit 1776605a authored by David Trattnig's avatar David Trattnig
Browse files

chore: update pre-commit

parent ca98d16f
No related branches found
No related tags found
1 merge request!35ORM-less scheduling
repos: repos:
- repo: https://github.com/psf/black - repo: https://github.com/psf/black
rev: 23.7.0 rev: 24.2.0
hooks: hooks:
- id: black - id: black
- repo: https://github.com/PyCQA/isort - repo: https://github.com/PyCQA/isort
rev: 5.12.0 rev: 5.13.2
hooks: hooks:
- id: isort - id: isort
- repo: https://github.com/codespell-project/codespell - repo: https://github.com/codespell-project/codespell
rev: "v2.2.5" rev: "v2.2.6"
hooks: hooks:
- id: codespell - id: codespell
args: [""] args: [""]
- repo: https://github.com/PyCQA/flake8 - repo: https://github.com/PyCQA/flake8
rev: 6.1.0 rev: 7.0.0
hooks: hooks:
- id: flake8 - id: flake8
args: ["--config=.flake8"] args: ["--config=.flake8"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment