We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93d942d commit fce77eeCopy full SHA for fce77ee
.pre-commit-config.yaml
@@ -1,11 +1,11 @@
1
repos:
2
- repo: https://github.com/pycqa/flake8
3
- rev: 5.0.4
+ rev: 6.1.0
4
hooks:
5
- id: flake8
6
args: [--max-line-length=120]
7
- repo: https://github.com/PyCQA/isort
8
- rev: 5.10.1
+ rev: 5.12.0
9
10
- id: isort
11
args: [--multi-line=3, --trailing-comma]
examples/linklists.py
@@ -9,4 +9,5 @@ class PageLinklist(Linklist):
object_filter = {'active': True}
html_fields = ['content', 'extra_content']
12
+
13
linklists = {'Pages': PageLinklist}
0 commit comments