Skip to content

Commit

Permalink
update and add more checks
Browse files Browse the repository at this point in the history
  • Loading branch information
ocefpaf committed Jun 19, 2024
1 parent f76cc91 commit 3252c3f
Showing 1 changed file with 23 additions and 3 deletions.
26 changes: 23 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,34 @@ repos:
- id: trailing-whitespace
- id: check-ast
- id: debug-statements
- id: end-of-file-fixer
- id: check-docstring-first
- id: check-added-large-files
- id: requirements-txt-fixer
- id: file-contents-sorter
files: requirements-dev.txt

- repo: https://github.com/PyCQA/flake8
rev: 7.1.0
- repo: https://github.com/asottile/add-trailing-comma
rev: v3.1.0
hooks:
- id: flake8
- id: add-trailing-comma

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.9
hooks:
- id: ruff
args: ["--fix", "--show-fixes"]
- id: ruff-format

- repo: https://github.com/bdice/nb-strip-paths
rev: v0.1.0
hooks:
- id: nb-strip-paths

- repo: https://github.com/tox-dev/pyproject-fmt
rev: 2.1.3
hooks:
- id: pyproject-fmt

- repo: https://github.com/codespell-project/codespell
rev: v2.3.0
Expand Down

0 comments on commit 3252c3f

Please sign in to comment.