Skip to content

Commit

Permalink
updated versions
Browse files Browse the repository at this point in the history
  • Loading branch information
wmalgadey committed Dec 20, 2024
1 parent eb852a4 commit 777f751
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ fail_fast: true

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v5.0.0
hooks:
- id: check-ast
- id: check-json
Expand All @@ -22,40 +22,40 @@ repos:
args: ["--profile", "black"]

- repo: https://github.com/asottile/pyupgrade
rev: v3.15.0
rev: v3.19.1
hooks:
- id: pyupgrade

- repo: https://github.com/psf/black
rev: 24.1.1
rev: 24.10.0
hooks:
- id: black
exclude: tests/
args: [--line-length=120]

- repo: https://github.com/PyCQA/flake8
rev: 7.0.0
rev: 7.1.1
hooks:
- id: flake8
exclude: tests/
args: [--max-line-length=120 ]

- repo: https://github.com/PyCQA/bandit
rev: '1.7.7'
rev: '1.8.0'
hooks:
- id: bandit
exclude: tests/

- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.1.15
rev: v0.8.4
hooks:
- id: ruff
exclude: tests/
args: [--line-length=120]

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.8.0
rev: v1.13.0
hooks:
- id: mypy
exclude: tests/
Expand Down

0 comments on commit 777f751

Please sign in to comment.