Skip to content

Commit

Permalink
Merge pull request #1756 from gchq/dependabot/pip/lib/modelscan_api/p…
Browse files Browse the repository at this point in the history
…re-commit-4.1.0

Bump pre-commit from 4.0.1 to 4.1.0 in /lib/modelscan_api
  • Loading branch information
PE39806 authored Jan 22, 2025
2 parents b4fc874 + 2ff5603 commit 3f86ca6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions lib/modelscan_api/.pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ files: ^lib/modelscan_api/

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v5.0.0
hooks:
- id: check-added-large-files
- id: check-case-conflict
Expand All @@ -20,26 +20,26 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/PyCQA/isort
rev: 5.12.0
rev: 5.13.2
hooks:
- id: isort
args: ['-a', 'from __future__ import annotations']

- repo: https://github.com/asottile/pyupgrade
rev: v3.15.0
rev: v3.19.1
hooks:
- id: pyupgrade
args: [--py37-plus]

- repo: https://github.com/hadialqattan/pycln
rev: v2.4.0
rev: v2.5.0
hooks:
- id: pycln
args: [--config=pyproject.toml]
stages: [manual]

- repo: https://github.com/codespell-project/codespell
rev: v2.2.6
rev: v2.4.0
hooks:
- id: codespell

Expand All @@ -56,7 +56,7 @@ repos:
- id: rst-inline-touching-normal

- repo: https://github.com/psf/black-pre-commit-mirror
rev: 23.11.0
rev: 24.10.0
hooks:
- id: black
args: [--line-length=120]
2 changes: 1 addition & 1 deletion lib/modelscan_api/requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
-r requirements.txt
pre_commit==4.0.1
pre_commit==4.1.0
pytest==8.3.4

0 comments on commit 3f86ca6

Please sign in to comment.