Skip to content

Commit

Permalink
Merge branch 'main' into moar-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
frcroth authored Oct 16, 2023
2 parents eb626a9 + 1f21357 commit 97c0eb3
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 41 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ default_language_version:
python: python3.9
repos:
- repo: https://github.com/myint/autoflake
rev: v2.1.1
rev: v2.2.1
hooks:
- id: autoflake
args:
Expand All @@ -16,6 +16,6 @@ repos:
hooks:
- id: isort
- repo: https://github.com/psf/black
rev: 23.1.0
rev: 23.9.1
hooks:
- id: black
77 changes: 42 additions & 35 deletions poetry.lock

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

8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ django-permissionedforms = "^0.1"
tenca = "^0.0.2"
html2text = "^2020.1.16"
wagtail-markdown = "^0.10.0"
autoflake = "^2.2.0"
autoflake = "^2.2.1"

[tool.poetry.group.dev.dependencies]
pylint = "^2.17.5"
black = "^23.3"
black = "^23.9"
isort = "^5.12.0"
autoflake = "^2.2.0"
autoflake = "^2.2.1"
pre-commit = "^3.3.3"
pytest = "^7.4.0"
pytest = "^7.4.2"
coverage = "^7.3.0"

[tool.poetry.extras]
Expand Down

0 comments on commit 97c0eb3

Please sign in to comment.