mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
PR suggestion
This commit is contained in:
parent
b0d58ade70
commit
a6b17efea9
@ -77,7 +77,7 @@ multiline-quotes = 'single'
|
|||||||
[tool.codespell]
|
[tool.codespell]
|
||||||
# calibre will probably never fully compliant with codespell
|
# calibre will probably never fully compliant with codespell
|
||||||
# this setting is only to easily find common typo errors
|
# this setting is only to easily find common typo errors
|
||||||
# by filtring a great range of false-positives, but not all
|
# by filtering a great range of false-positives, but not all
|
||||||
# (if codespell could per-file-ignores words, its be nicer)
|
# (if codespell could per-file-ignores words, its be nicer)
|
||||||
count = false
|
count = false
|
||||||
summary = false
|
summary = false
|
||||||
@ -156,7 +156,6 @@ skip = [
|
|||||||
"./COPYRIGHT",
|
"./COPYRIGHT",
|
||||||
"./LICENSE",
|
"./LICENSE",
|
||||||
"./LICENSE.rtf",
|
"./LICENSE.rtf",
|
||||||
"./pyproject.toml",
|
|
||||||
"./session.vim",
|
"./session.vim",
|
||||||
"./build/*",
|
"./build/*",
|
||||||
"./docs/*",
|
"./docs/*",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user