Skip to content

Commit

Permalink
Merge branch 'main' into bugfix/meta_filename
Browse files Browse the repository at this point in the history
  • Loading branch information
nden authored Dec 14, 2023
2 parents 762dc7a + 80cb53d commit b0ae471
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@ repos:
args: ["--py38-plus"]

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: 'v0.1.6'
rev: 'v0.1.7'
hooks:
- id: ruff
args: ["--fix"]

- repo: https://github.com/pycqa/isort
rev: 5.12.0
rev: 5.13.0
hooks:
- id: isort

Expand All @@ -58,7 +58,7 @@ repos:
- id: black

- repo: https://github.com/PyCQA/bandit
rev: 1.7.5
rev: 1.7.6
hooks:
- id: bandit
args: ["-r", "-ll"]

0 comments on commit b0ae471

Please sign in to comment.