Skip to content

Commit

Permalink
[DATALAD] Recorded changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Remi-Gau committed Feb 16, 2024
1 parent 4d4cbd9 commit 5dd9a98
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
5 changes: 1 addition & 4 deletions .flake8
Original file line number Diff line number Diff line change
Expand Up @@ -7,23 +7,20 @@
; env,
; venv,
; doc/_build
--select = A,B,C,D,E,F,W,C90,CFQ,FS
--select = A,B,C,D,E,F,W,C90,FS
; docstring-convention = numpy
max-line-length = 100
# For PEP8 error codes see
# http://pep8.readthedocs.org/en/latest/intro.html#error-codes
; per-file-ignores =
; **/__init__.py: D104
ignore =
CFQ003,
CFQ,
D100,
D101,
D102,
D103,
D105,
D107,
E265,
E501,
E711,
E712,
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,4 @@ repos:
hooks:
- id: flake8
args: [--config, .flake8, --verbose, neurodesign, examples]
additional_dependencies: [flake8-docstrings, flake8-use-fstring, flake8-functions]
additional_dependencies: [flake8-docstrings, flake8-use-fstring]
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,11 +185,11 @@

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

# Grouping the document tree into LaTeX files. List of tuples
Expand Down

0 comments on commit 5dd9a98

Please sign in to comment.