Skip to content

Commit

Permalink
Make linter happy.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Feb 9, 2023
1 parent dc38719 commit 2c99db6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .meta.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ additional-rules = [
"recursive-include src *.txt",
]

[check-manifest]
additional-ignores = [
"test.pdf",
]

[github-actions]
additional-install = [
"sudo apt-get update && sudo apt-get install -y ghostscript",
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ doctests = 1
ignore =
.editorconfig
.meta.toml
test.pdf

[isort]
force_single_line = True
Expand Down

0 comments on commit 2c99db6

Please sign in to comment.