Skip to content

Commit

Permalink
Merge branch 'master' into base_image_update
Browse files Browse the repository at this point in the history
  • Loading branch information
petracihalova authored Feb 5, 2025
2 parents 3886195 + 4ccd7af commit 420a4de
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repos:
pass_filenames: false
require_serial: true
- repo: https://github.com/psf/black
rev: 24.10.0
rev: 25.1.0
hooks:
- id: black
args: ["--check", "-l", "119", "-t", "py39", "rbac", "tests", "--diff"]
Expand Down
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ tox = "==3.23.0"
coverage = "==7.6.10"
faker = "==18.4.0"
pre-commit = "==3.2.2"
black = "==24.10.0"
black = "==25.1.0"
flake8 = "==7.0.0"
flake8-docstrings = "==1.7.0"
flake8-import-order = "==0.18.2"
Expand Down
16 changes: 8 additions & 8 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ deps =
flake8-docstrings
flake8-import-order
flake8-quotes
black==24.10.0
black==25.1.0
setenv =
PYTHONPATH={toxinidir}
commands =
Expand Down

0 comments on commit 420a4de

Please sign in to comment.