Skip to content

Commit

Permalink
Update pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
timobrembeck authored and claudep committed Nov 16, 2023
1 parent 93d942d commit fce77ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
repos:
- repo: https://github.com/pycqa/flake8
rev: 5.0.4
rev: 6.1.0
hooks:
- id: flake8
args: [--max-line-length=120]
- repo: https://github.com/PyCQA/isort
rev: 5.10.1
rev: 5.12.0
hooks:
- id: isort
args: [--multi-line=3, --trailing-comma]
1 change: 1 addition & 0 deletions examples/linklists.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ class PageLinklist(Linklist):
object_filter = {'active': True}
html_fields = ['content', 'extra_content']


linklists = {'Pages': PageLinklist}

0 comments on commit fce77ee

Please sign in to comment.