Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#100)
Browse files Browse the repository at this point in the history
* [pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/astral-sh/ruff-pre-commit: v0.3.5 → v0.4.1](astral-sh/ruff-pre-commit@v0.3.5...v0.4.1)

* docs: fix typing of conf.py

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: MatthieuDartiailh <m.dartiailh@gmail.com>
  • Loading branch information
pre-commit-ci[bot] and MatthieuDartiailh authored Apr 23, 2024
1 parent 7eda2c5 commit 117f555
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.3.5
rev: v0.4.1
hooks:
# Run the linter.
- id: ruff
Expand Down
16 changes: 8 additions & 8 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,14 +200,14 @@

# -- Options for LaTeX output --------------------------------------------------

latex_elements = {
# The paper size ('letterpaper' or 'a4paper').
#'papersize': 'letterpaper',
# The font size ('10pt', '11pt' or '12pt').
#'pointsize': '10pt',
# Additional stuff for the LaTeX preamble.
#'preamble': '',
}
# latex_elements = {
# # The paper size ('letterpaper' or 'a4paper').
# #'papersize': 'letterpaper',
# # The font size ('10pt', '11pt' or '12pt').
# #'pointsize': '10pt',
# # Additional stuff for the LaTeX preamble.
# #'preamble': '',
# }

# Grouping the document tree into LaTeX files. List of tuples
# (source start file, target name, title, author, documentclass [howto/manual]).
Expand Down

0 comments on commit 117f555

Please sign in to comment.