Skip to content

Commit

Permalink
fix: style
Browse files Browse the repository at this point in the history
  • Loading branch information
afuetterer committed Nov 16, 2023
1 parent d8b5795 commit 4bf0acd
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,19 +25,16 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/tox-dev/pyproject-fmt
rev: 753f84434c360a0ef86ca8401331a1b1ff491e61 # frozen: 1.2.0
rev: aad4f7b0ce6bc6fb5d2ce835bafad5c65d2c88fb # frozen: 1.5.1
hooks:
- id: pyproject-fmt

- repo: https://github.com/psf/black
rev: 9edba85f71d50d12996ef7bda576426362016171 # frozen: 23.10.0
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: 3d440bd6c67653f33f1c89ff9d6d450685ef9bfc # frozen: v0.1.5
hooks:
- id: black

- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: 51ae37a7805e6d6f791a373b7d7752d023ea6c0f # frozen: v0.1.1
hooks:
- id: ruff
- id: ruff-format
- id: ruff
args: [--fix, --exit-non-zero-on-fix]

- repo: https://github.com/FHPythonUtils/LicenseCheck/
rev: 15cc02a0c636c5e0caac505d6bfcfd70e17871e9 # frozen: 2023.5.1
Expand Down

0 comments on commit 4bf0acd

Please sign in to comment.