Skip to content

Commit

Permalink
build: update cookiecutter-wagtail-vix dev dependencies & pre-commit …
Browse files Browse the repository at this point in the history
…config
  • Loading branch information
engineervix committed Feb 10, 2024
1 parent 912e931 commit aa21967
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repos:
- id: detect-private-key
- id: check-docstring-first
- repo: https://github.com/psf/black
rev: 23.12.1
rev: 24.1.1
hooks:
- id: black
exclude: |
Expand All @@ -20,15 +20,15 @@ repos:
|(.*)/migrations
)
- repo: https://github.com/PyCQA/flake8
rev: 6.1.0
rev: 7.0.0
hooks:
- id: flake8
exclude: |
(?x)(
^{{cookiecutter.project_slug}}/
)
- repo: https://github.com/commitizen-tools/commitizen
rev: v3.13.0
rev: v3.14.1
hooks:
- id: commitizen
stages: [commit-msg]
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,26 +3,26 @@ sh==2.0.6

# Code quality
# ----------------------------------------------------------------------------
black==23.12.1
black==24.1.1
flake8==7.0.0
flake8-isort==6.1.1

# Dev
# ----------------------------------------------------------------------------
bumpver==2023.1129
bpython
commitizen==3.13.0
commitizen==3.14.1
invoke==2.2.0
pre-commit==3.6.0

# Testing
# ----------------------------------------------------------------------------
pytest==7.4.4
pytest==8.0.0
pytest-cookies==0.7.0
pytest-cov==4.1.0
pytest-factoryboy==2.6.0
pytest-instafail==0.5.0
pytest-logger==0.5.1
pytest-mock==3.12.0
pytest-sugar==0.9.7
pytest-sugar==1.0.0
pytest-xdist==3.5.0

0 comments on commit aa21967

Please sign in to comment.