Skip to content

Commit

Permalink
Merge branch 'feature/pre-commit' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
SkypLabs committed Nov 27, 2024
2 parents 9c62efc + 3927b94 commit c3c7694
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,14 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: f71fa2c1f9cf5cb705f73dffe4b21f7c61470ba9 # frozen: v4.4.0
rev: cef0300fd0fc4d2a87a85fa2093c6b283ea36f4b # frozen: v5.0.0
hooks:
- id: check-ast
- id: check-yaml
- id: trailing-whitespace

- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: e812d61e6e9d269f44ecda63904ed670a1948fe8 # frozen: v0.0.257
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: 0710b94280408eef12748cde4782972942370ad2 # frozen: v0.8.0
hooks:
- id: ruff

- repo: https://github.com/pycqa/isort
rev: dbf82f2dd09ae41d9355bcd7ab69187a19e6bf2f # frozen: 5.12.0
hooks:
- id: isort
args: [ --fix ]
- id: ruff-format

0 comments on commit c3c7694

Please sign in to comment.