Skip to content

Commit

Permalink
Merge pull request #140 from FullStackWithLawrence/next
Browse files Browse the repository at this point in the history
Next - version bumps
  • Loading branch information
lpm0073 authored Dec 4, 2024
2 parents f2a29a7 + 08fd7c0 commit cdd15c2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ repos:
args: ["--ignore-words=codespell.txt"]
exclude: 'codespell.txt|\.svg$'
- repo: https://github.com/psf/black
rev: 24.4.2
rev: 24.10.0
hooks:
- id: black
- repo: https://github.com/PyCQA/flake8
rev: 7.1.0
rev: 7.1.1
hooks:
- id: flake8
- repo: https://github.com/PyCQA/isort
Expand All @@ -33,12 +33,12 @@ repos:
language: script
types: [python]
- repo: https://github.com/PyCQA/bandit
rev: 1.7.9
rev: 1.8.0
hooks:
- id: bandit
args: ["-ll"]
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
# See https://pre-commit.com/hooks.html for more hooks
#- id: check-added-large-files
Expand All @@ -61,7 +61,7 @@ repos:
- id: check-merge-conflict
- id: debug-statements
- repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
rev: v9.16.0
rev: v9.19.0
hooks:
- id: commitlint
stages: [commit-msg]
Expand Down

0 comments on commit cdd15c2

Please sign in to comment.