Skip to content

Commit

Permalink
Regular tooling updates
Browse files Browse the repository at this point in the history
  • Loading branch information
zerolab committed Nov 1, 2023
1 parent 0573ddc commit 04a257b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/psf/black
rev: 23.9.1
rev: 23.10.1
hooks:
- id: black
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: 'v0.0.292'
rev: 'v0.1.3'
hooks:
- id: ruff
- repo: https://github.com/adamchainz/blacken-docs
rev: 1.16.0
hooks:
- id: blacken-docs
additional_dependencies: [black==23.7.0]
additional_dependencies: [black==23.10.1]
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies = [
[project.urls]
Repository = "https://github.com/torchbox/wagtailmedia"
Changelog = "https://github.com/torchbox/wagtailmedia/blob/main/CHANGELOG.md"

Issues = "https://github.com/torchbox/wagtailmedia/issues"

[build-system]
requires = ["flit_core >=3.2,<4"]
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ deps =
wagtail41: wagtail>=4.1,<4.2
wagtail42: wagtail>=4.2,<5.0
wagtail50: wagtail>=5.0,<5.1
wagtail51: wagtail>=5.1rc1,<5.2
wagtail51: wagtail>=5.1,<5.2
interactive: wagtail>=4.1

install_command = python -Im pip install -U {opts} {packages}
Expand Down

0 comments on commit 04a257b

Please sign in to comment.