Skip to content

Commit fce77ee

Browse files
timobrembeckclaudep
authored andcommitted
Update pre-commit hooks
1 parent 93d942d commit fce77ee

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
repos:
22
- repo: https://github.com/pycqa/flake8
3-
rev: 5.0.4
3+
rev: 6.1.0
44
hooks:
55
- id: flake8
66
args: [--max-line-length=120]
77
- repo: https://github.com/PyCQA/isort
8-
rev: 5.10.1
8+
rev: 5.12.0
99
hooks:
1010
- id: isort
1111
args: [--multi-line=3, --trailing-comma]

examples/linklists.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ class PageLinklist(Linklist):
99
object_filter = {'active': True}
1010
html_fields = ['content', 'extra_content']
1111

12+
1213
linklists = {'Pages': PageLinklist}

0 commit comments

Comments
 (0)