Skip to content
Snippets Groups Projects
Commit dc4a3b62 authored by Oscar Gustafsson's avatar Oscar Gustafsson :bicyclist:
Browse files

Update pre-commit

parent 3310859d
No related branches found
No related tags found
1 merge request!437Pre-commit updates and spell checker
repos: repos:
- repo: https://github.com/pre-commit/pre-commit-hooks - repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0 rev: v4.6.0
hooks: hooks:
- id: mixed-line-ending - id: mixed-line-ending
exclude_types: [svg] exclude_types: [svg]
...@@ -13,41 +13,46 @@ repos: ...@@ -13,41 +13,46 @@ repos:
exclude_types: [svg] exclude_types: [svg]
- id: check-toml - id: check-toml
- repo: https://github.com/crate-ci/typos
rev: v1.20.7
hooks:
- id: typos
- repo: https://github.com/psf/black - repo: https://github.com/psf/black
rev: 23.3.0 rev: 24.3.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
name: isort (python) name: isort (python)
- repo: https://github.com/Carreau/velin - repo: https://github.com/Carreau/velin
rev: 0.0.11 rev: 0.0.12
hooks: hooks:
- id: velin - id: velin
- repo: https://github.com/charliermarsh/ruff-pre-commit - repo: https://github.com/charliermarsh/ruff-pre-commit
# Ruff version. # Ruff version.
rev: "v0.0.267" rev: "v0.3.5"
hooks: hooks:
- id: ruff - id: ruff
- repo: https://github.com/adamchainz/blacken-docs - repo: https://github.com/adamchainz/blacken-docs
rev: 1.13.0 rev: 1.16.0
hooks: hooks:
- id: blacken-docs - id: blacken-docs
- repo: https://github.com/asottile/pyupgrade - repo: https://github.com/asottile/pyupgrade
rev: v3.4.0 rev: v3.15.2
hooks: hooks:
- id: pyupgrade - id: pyupgrade
args: [--py38-plus] args: [--py38-plus]
- repo: https://github.com/pre-commit/mirrors-prettier - repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.0.0-alpha.9-for-vscode rev: v4.0.0-alpha.8
hooks: hooks:
- id: prettier - id: prettier
files: \.(html|md|yml|yaml|toml) files: \.(html|md|yml|yaml|toml)
......
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