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

chore: update pre-commit

parent 7cdeff31
No related branches found
No related tags found
1 merge request!4Update all API to return attributes / properties in camelCase notation
repos: repos:
- repo: https://github.com/psf/black - repo: https://github.com/psf/black
rev: 22.8.0 rev: 23.3.0
hooks: hooks:
- id: black - id: black
- repo: https://github.com/PyCQA/isort - repo: https://github.com/PyCQA/isort
rev: 5.10.1 rev: 5.12.0
hooks: hooks:
- id: isort - id: isort
- repo: https://github.com/codespell-project/codespell - repo: https://github.com/codespell-project/codespell
rev: "v2.2.1" rev: "v2.2.4"
hooks: hooks:
- id: codespell - id: codespell
args: [""] args: [""]
- repo: https://github.com/PyCQA/flake8 - repo: https://github.com/PyCQA/flake8
rev: 5.0.4 rev: 6.0.0
hooks: hooks:
- id: flake8 - id: flake8
exclude: ^config/ exclude: ^config/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment