Skip to content

Commit

Permalink
[FMT] apply black to plotting - part 1 (#3802)
Browse files Browse the repository at this point in the history
* apply black to plotting

* apply black to plotting

* apply black to plotting

* apply black to plotting

* apply black to plotting

* apply black to plotting

* apply black to plotting

* Update nilearn/plotting/html_document.py

Co-authored-by: Yasmin <63292494+ymzayek@users.noreply.github.com>

---------

Co-authored-by: Yasmin <63292494+ymzayek@users.noreply.github.com>
  • Loading branch information
Remi-Gau and ymzayek committed Jul 4, 2023
1 parent c8cd50f commit 90dd16e
Show file tree
Hide file tree
Showing 17 changed files with 515 additions and 392 deletions.
39 changes: 12 additions & 27 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,44 +41,29 @@ exclude: |
| nilearn/maskers/tests/test_nifti_labels_masker.py
| nilearn/maskers/tests/test_nifti_maps_masker.py
| nilearn/maskers/tests/test_nifti_masker.py
| nilearn/plotting/glass_brain_files/plot_align_svg.py
| nilearn/plotting/edge_detect.py
| nilearn/plotting/html_document.py
| nilearn/plotting/glass_brain_files/svg_to_json_converter.py
| nilearn/plotting/rm_file.py
| nilearn/plotting/displays/_axes.py
| nilearn/plotting/glass_brain.py
| nilearn/plotting/tests/test_cm.py
| nilearn/plotting/js_plotting_utils.py
| nilearn/plotting/html_connectome.py
| nilearn/plotting/find_cuts.py
| nilearn/plotting/html_surface.py
| nilearn/plotting/tests/test_html_document.py
| nilearn/plotting/displays/_axes.py
| nilearn/plotting/cm.py
| nilearn/plotting/find_cuts.py
| nilearn/plotting/html_stat_map.py
| nilearn/plotting/tests/test_img_plotting/test_plot_anat.py
| nilearn/plotting/tests/test_img_plotting/test_get_colorbar_and_data_ranges.py
| nilearn/plotting/img_plotting.py
| nilearn/plotting/matrix_plotting.py
| nilearn/plotting/js_plotting_utils.py
| nilearn/plotting/surf_plotting.py
| nilearn/plotting/tests/test_displays.py
| nilearn/plotting/tests/test_find_cuts.py
| nilearn/plotting/tests/test_html_stat_map.py
| nilearn/plotting/tests/test_html_surface.py
| nilearn/plotting/tests/test_html_connectome.py
| nilearn/plotting/tests/test_img_plotting/test_get_colorbar_and_data_ranges.py
| nilearn/plotting/tests/test_img_plotting/test_img_plotting.py
| nilearn/plotting/tests/test_img_plotting/test_plot_carpet.py
| nilearn/plotting/tests/test_img_plotting/test_plot_glass_brain.py
| nilearn/plotting/tests/test_img_plotting/test_plot_prob_atlas.py
| nilearn/plotting/tests/test_html_stat_map.py
| nilearn/plotting/tests/test_img_plotting/test_plot_img_comparisons.py
| nilearn/plotting/tests/test_find_cuts.py
| nilearn/plotting/tests/test_displays.py
| nilearn/plotting/tests/test_img_plotting/test_plot_roi.py
| nilearn/plotting/tests/test_img_plotting/test_plot_img.py
| nilearn/plotting/tests/test_matplotlib_backend.py
| nilearn/plotting/tests/test_img_plotting/test_plot_stat_map.py
| nilearn/plotting/matrix_plotting.py
| nilearn/plotting/tests/test_img_plotting/test_plot_markers.py
| nilearn/plotting/tests/test_img_plotting/test_plot_connectome.py
| nilearn/plotting/tests/test_matrix_plotting.py
| nilearn/plotting/tests/test_js_plotting_utils.py
| nilearn/plotting/surf_plotting.py
| nilearn/plotting/img_plotting.py
| nilearn/plotting/tests/test_matplotlib_backend.py
| nilearn/plotting/tests/test_matrix_plotting.py
| nilearn/plotting/tests/test_surf_plotting.py
| nilearn/surface/surface.py
| nilearn/surface/tests/test_surface.py
Expand Down

0 comments on commit 90dd16e

Please sign in to comment.