Skip to content

Commit

Permalink
deps: sync pre-commit and development requirements
Browse files Browse the repository at this point in the history
Refs: KER-368
  • Loading branch information
charn committed Aug 27, 2024
1 parent 5551040 commit c3a8d00
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 10 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,24 +5,24 @@ default_install_hook_types: [pre-commit, commit-msg]
default_stages: [pre-commit, manual]
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
- id: check-toml
- id: check-added-large-files
- repo: https://github.com/psf/black
rev: 22.3.0
rev: 24.8.0
hooks:
- id: black
- repo: https://github.com/pycqa/flake8
rev: 6.1.0
rev: 7.1.1
hooks:
- id: flake8
exclude: "migrations,tests"
- repo: https://github.com/pycqa/isort
rev: 5.12.0
rev: 5.13.2
hooks:
- id: isort
exclude: "migrations"
Expand Down
8 changes: 5 additions & 3 deletions requirements-dev.in
Original file line number Diff line number Diff line change
@@ -1,18 +1,20 @@
-c requirements.txt

autoflake
black
coveralls
distro
django-debug-toolbar
factory-boy
flake8
freezegun
jose
isort
pip-tools
pytest
pytest-cov
pytest_django
pytest-factoryboy
requests-mock

# Keep these tools in sync with .pre-commit-config.yaml
black==24.8.0
flake8==7.1.1
isort==5.13.2
6 changes: 3 additions & 3 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ backports-zoneinfo==0.2.1
# via
# -c requirements.txt
# django
black==24.4.2
black==24.8.0
# via -r requirements-dev.in
build==1.2.1
# via pip-tools
Expand Down Expand Up @@ -56,7 +56,7 @@ factory-boy==3.3.0
# pytest-factoryboy
faker==25.2.0
# via factory-boy
flake8==7.0.0
flake8==7.1.1
# via -r requirements-dev.in
freezegun==1.5.1
# via -r requirements-dev.in
Expand Down Expand Up @@ -95,7 +95,7 @@ platformdirs==4.2.2
# black
pluggy==1.5.0
# via pytest
pycodestyle==2.11.1
pycodestyle==2.12.1
# via flake8
pyflakes==3.2.0
# via
Expand Down

0 comments on commit c3a8d00

Please sign in to comment.