Skip to content

Commit

Permalink
Merge branch 'main' into feat/changelog_0_36_0
Browse files Browse the repository at this point in the history
  • Loading branch information
jmkerloch authored Oct 8, 2024
2 parents 72dcac8 + d001e43 commit 0a36ea6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ exclude: "node_modules|migrations|.venv|tests/dev/|tests/fixtures/"
fail_fast: false
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: check-added-large-files
args: ["--maxkb=500"]
Expand All @@ -20,19 +20,19 @@ repos:
args: [--markdown-linebreak-ext=md]

- repo: https://github.com/psf/black
rev: 24.4.2
rev: 24.10.0
hooks:
- id: black

- repo: https://github.com/asottile/pyupgrade
rev: v3.16.0
rev: v3.17.0
hooks:
- id: pyupgrade
args:
- "--py310-plus"

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.5.0"
rev: "v0.6.9"
hooks:
- id: ruff
args: ["--fix-only"]
Expand All @@ -44,15 +44,15 @@ repos:
args: ["--profile", "black", "--filter-files"]

- repo: https://github.com/pycqa/flake8
rev: 7.1.0
rev: 7.1.1
hooks:
- id: flake8
language: python
types: [python]
args: ["--config=setup.cfg", "--select=E9,F63,F7,F82"]

- repo: https://github.com/PyCQA/bandit
rev: 1.7.9
rev: 1.7.10
hooks:
- id: bandit
args: ["--configfile", "bandit.yaml"]
Expand Down

0 comments on commit 0a36ea6

Please sign in to comment.