Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ ci:
autoupdate_schedule: quarterly
repos:
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.0.0-alpha.4
rev: v3.0.0-alpha.6
hooks:
- id: prettier
- repo: https://github.com/fsfe/reuse-tool
rev: v1.1.0
rev: v1.1.2
hooks:
- id: reuse
- repo: https://github.com/pycqa/isort
Expand All @@ -20,33 +20,33 @@ repos:
- id: isort
name: isort (python)
- repo: https://github.com/psf/black
rev: 23.1.0
rev: 23.3.0
hooks:
- id: black
- repo: https://github.com/keewis/blackdoc
rev: "v0.3.8"
hooks:
- id: blackdoc
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.0.239
rev: v0.0.260
hooks:
- id: ruff
- repo: https://github.com/pycqa/pylint
rev: v2.16.0
rev: v3.0.0a6
hooks:
- id: pylint
files: simweights
exclude: ^contrib/
additional_dependencies: [numpy, pandas]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.991
rev: v1.1.1
hooks:
- id: mypy
files: simweights
additional_dependencies: [numpy]
exclude: ^contrib/
- repo: https://github.com/codespell-project/codespell
rev: v2.2.2
rev: v2.2.4
hooks:
- id: codespell
args: [-L, livetime]
Expand All @@ -65,7 +65,7 @@ repos:
- id: rst-directive-colons
- id: rst-inline-touching-normal
- repo: https://github.com/Lucas-C/pre-commit-hooks
rev: v1.4.2
rev: v1.5.1
hooks:
- id: forbid-crlf
- id: forbid-tabs
Expand Down