Skip to content

Commit

Permalink
merge from main:
Browse files Browse the repository at this point in the history
  • Loading branch information
No767 committed Oct 11, 2024
2 parents cd550eb + 4406316 commit 3d1cea7
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,13 @@ repos:
- id: bandit
args: ["-c", "pyproject.toml"]
name: Bandit
stages: [pre-commit]
additional_dependencies: ["bandit[toml]"]

- repo: https://github.com/psf/black
rev: 24.8.0
rev: 24.10.0
hooks:
- id: black
name: Black
stages: [pre-commit]

- repo: https://github.com/PyCQA/autoflake
rev: v2.3.1
Expand All @@ -27,22 +25,19 @@ repos:
args: ["--in-place", "--remove-unused-variables", "--recursive"]
name: AutoFlake
description: "Format with AutoFlake"
stages: [pre-commit]

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.8
rev: v0.6.9
hooks:
- id: ruff
name: Ruff
args: ["--fix", "--exit-non-zero-on-fix", "--config", "pyproject.toml"]
description: "Fix with ruff"
stages: [pre-commit]

- repo: https://github.com/PyCQA/isort
rev: 5.13.2
hooks:
- id: isort
name: ISort
description: "Format with Isort"
stages: [pre-commit]

0 comments on commit 3d1cea7

Please sign in to comment.