Skip to content

Commit 536d5a8

Browse files
committed
📚 update linting
1 parent f525757 commit 536d5a8

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.moban.cd/moban.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ master: index
1212
command_line_interface: "moban"
1313
entry_point: "moban.main:main"
1414
company: Onni Software Ltd.
15-
copyright_year: 2017-2020
16-
copyright: 2017-2020 Onni Software Ltd. and its contributors
15+
copyright_year: 2016-2025
16+
copyright: 2016-2025 Onni Software Ltd. and its contributors
1717
keywords:
1818
- jinja2
1919
- moban

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
# -- Project information -----------------------------------------------------
2323

2424
project = 'moban'
25-
copyright = '2017-2020 Onni Software Ltd.'
25+
copyright = '2016-2025 Onni Software Ltd.'
2626
author = 'C. W.'
2727
# The short X.Y version
2828
version = '0.8.2'

lint.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
flake8 --max-line-length=88 --exclude=.moban.d,docs --ignore=W503,W504
1+
flake8 --max-line-length=88 --exclude=.moban.d,docs --ignore=W503,W504,E302,E712,F401
22
python setup.py checkdocs

moban/main.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
Bring jinja2 to command line
66
7-
:copyright: (c) 2016-2020 by Onni Software Ltd.
7+
:copyright: (c) 2016-2025 by Onni Software Ltd.
88
:license: MIT License, see LICENSE for more details
99
1010
"""

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[metadata]
2-
description-file = README.rst
2+
description_file = README.rst
33
[bdist_wheel]
44
universal = 1

0 commit comments

Comments
 (0)