8000 matplotlib/.flake8 at doc · Carreau/matplotlib · GitHub
[go: up one dir, main page]

Skip to content
{"payload":{"allShortcutsEnabled":false,"fileTree":{"":{"items":[{"name":".circleci","path":".circleci","contentType":"directory"},{"name":".github","path":".github","contentType":"directory"},{"name":"LICENSE","path":"LICENSE","contentType":"directory"},{"name":"ci","path":"ci","contentType":"directory"},{"name":"doc","path":"doc","contentType":"directory"},{"name":"examples","path":"examples","contentType":"directory"},{"name":"extern","path":"extern","contentType":"directory"},{"name":"lib","path":"lib","contentType":"directory"},{"name":"requirements","path":"requirements","contentType":"directory"},{"name":"src","path":"src","contentType":"directory"},{"name":"tools","path":"tools","contentType":"directory"},{"name":"tutorials","path":"tutorials","contentType":"directory"},{"name":".appveyor.yml","path":".appveyor.yml","contentType":"file"},{"name":".coveragerc","path":".coveragerc","contentType":"file"},{"name":".flake8","path":".flake8","contentType":"file"},{"name":".gitattributes","path":".gitattributes","contentType":"file"},{"name":".gitignore","path":".gitignore","contentType":"file"},{"name":".lgtm.yml","path":".lgtm.yml","contentType":"file"},{"name":".mailmap","path":".mailmap","contentType":"file"},{"name":".meeseeksdev.yml","path":".meeseeksdev.yml","contentType":"file"},{"name":".travis.yml","path":".travis.yml","contentType":"file"},{"name":"CODE_OF_CONDUCT.md","path":"CODE_OF_CONDUCT.md","contentType":"file"},{"name":"INSTALL.rst","path":"INSTALL.rst","contentType":"file"},{"name":"MANIFEST.in","path":"MANIFEST.in","contentType":"file"},{"name":"README.rst","path":"README.rst","contentType":"file"},{"name":"SECURITY.md","path":"SECURITY.md","contentType":"file"},{"name":"azure-pipelines.yml","path":"azure-pipelines.yml","contentType":"file"},{"name":"matplotlibrc.template","path":"matplotlibrc.template","contentType":"file"},{"name":"pytest.ini","path":"pytest.ini","contentType":"file"},{"name":"setup.cfg.template","path":"setup.cfg.template","contentType":"file"},{"name":"setup.py","path":"setup.py","contentType":"file"},{"name":"setupext.py","path":"setupext.py","contentType":"file"},{"name":"tests.py","path":"tests.py","contentType":"file"},{"name":"tox.ini","path":"tox.ini","contentType":"file"},{"name":"versioneer.py","path":"versioneer.py","contentType":"file"}],"totalCount":35}},"fileTreeProcessingTime":19.972538,"foldersToFetch":[],"incompleteFileTree":false,"repo":{"id":10412032,"defaultBranch":"master","name":"matplotlib","ownerLogin":"Carreau","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2013-05-31T20:02:24.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/335567?v=4","public":true,"private":false,"isOrgOwned":false},"codeLineWrapEnabled":false,"symbolsExpanded":false,"treeExpanded":true,"refInfo":{"name":"doc","listCacheKey":"v0:1709216124.0","canEdit":false,"refType":"branch","currentOid":"256dec3beae07114dc5468982c961a4cc660c709"},"path":".flake8","currentUser":null,"blob":{"rawLines":["[flake8]","max-line-length = 79","select ="," # flake8 default"," C90, E, F, W,"," # docstring-convention=numpy"," D100, D101, D102, D103, D104, D105, D106,"," D200, D201, D202, D204, D205, D206, D207, D208,"," D209, D210, D211, D214, D215,"," D300, D301, D302,"," D400, D401, D403, D404, D405, D406, D407, D408,"," D409, D410, D411, D412, D414,"," # matplotlib-specific extra pydocstyle errors"," D213,","ignore ="," # flake8 default"," E121,E123,E126,E226,E24,E704,W503,W504,"," # Additional ignores:"," E122, E127, E131,"," E265, E266,"," E305, E306,"," E722, E741,"," F841,"," # Some new flake8 ignores:"," N801, N802, N803, N806, N812,"," # pydocstyle"," D100, D101, D102, D103, D104, D105, D106, D107,"," D200, D202, D203, D204, D205, D207, D212,"," D301,"," D400, D401, D402, D403, D404, D413,","","exclude ="," .git"," build"," doc/gallery"," doc/tutorials"," # External files."," versioneer.py"," tools/gh_api.py"," tools/github_stats.py"," .tox"," .eggs","","per-file-ignores ="," setup.py: E402"," setupext.py: E501"," tests.py: F401",""," tools/subset.py: E221, E251, E261, E302, E501",""," lib/matplotlib/__init__.py: F401"," lib/matplotlib/_api/__init__.py: F401"," lib/matplotlib/_cm.py: E202, E203, E302"," lib/matplotlib/_mathtext.py: E221, E251"," lib/matplotlib/_mathtext_data.py: E203, E261"," lib/matplotlib/animation.py: F401"," lib/matplotlib/_animation_data.py: E501"," lib/matplotlib/axes/__init__.py: F401, F403"," lib/matplotlib/axes/_axes.py: F401"," lib/matplotlib/backends/backend_*.py: F401"," lib/matplotlib/backends/qt_editor/formlayout.py: F401, F403"," lib/matplotlib/cbook/__init__.py: F401"," lib/matplotlib/cbook/deprecation.py: F401"," lib/matplotlib/font_manager.py: E221, E251, E501"," lib/matplotlib/image.py: F401, F403"," lib/matplotlib/lines.py: F401"," lib/matplotlib/mathtext.py: E221, E251"," lib/matplotlib/pylab.py: F401, F403"," lib/matplotlib/pyplot.py: F401, F811"," lib/matplotlib/style/__init__.py: F401"," lib/matplotlib/testing/conftest.py: F401"," lib/matplotlib/tests/conftest.py: F401"," lib/matplotlib/tests/test_backend_qt.py: F401"," lib/matplotlib/tests/test_mathtext.py: E501"," lib/matplotlib/text.py: F401"," lib/matplotlib/transforms.py: E201, E202, E203"," lib/matplotlib/tri/__init__.py: F401, F403"," lib/matplotlib/tri/triinterpolate.py: E201, E221"," lib/mpl_toolkits/axes_grid/*: F401, F403"," lib/mpl_toolkits/axes_grid1/__init__.py: F401"," lib/mpl_toolkits/axes_grid1/axes_size.py: E272"," lib/mpl_toolkits/axisartist/__init__.py: F401"," lib/mpl_toolkits/axisartist/angle_helper.py: E221"," lib/mpl_toolkits/axisartist/axes_divider.py: F401"," lib/mpl_toolkits/axisartist/axes_rgb.py: F401"," lib/mpl_toolkits/axisartist/axislines.py: F401"," lib/mpl_toolkits/mplot3d/__init__.py: F401"," lib/mpl_toolkits/tests/conftest.py: F401"," lib/pylab.py: F401, F403",""," doc/conf.py: E402, E501"," tutorials/advanced/path_tutorial.py: E402"," tutorials/advanced/patheffects_guide.py: E402"," tutorials/advanced/transforms_tutorial.py: E402, E501"," tutorials/colors/colormaps.py: E501"," tutorials/colors/colors.py: E402"," tutorials/colors/colormap-manipulation.py: E402"," tutorials/intermediate/artists.py: E402"," tutorials/intermediate/constrainedlayout_guide.py: E402"," tutorials/intermediate/gridspec.py: E402"," tutorials/intermediate/legend_guide.py: E402"," tutorials/intermediate/tight_layout_guide.py: E402"," tutorials/introductory/customizing.py: E501"," tutorials/introductory/images.py: E402, E501"," tutorials/introductory/pyplot.py: E402, E501"," tutorials/introductory/sample_plots.py: E501"," tutorials/introductory/usage.py: E501"," tutorials/text/annotations.py: E501"," tutorials/text/text_intro.py: E402"," tutorials/text/text_props.py: E501"," tutorials/text/usetex.py: E501"," tutorials/toolkits/axes_grid.py: E501"," tutorials/toolkits/axisartist.py: E501",""," examples/animation/frame_grabbing_sgskip.py: E402"," examples/axes_grid1/inset_locator_demo.py: E402"," examples/axes_grid1/scatter_hist_locatable_axes.py: E402"," examples/axisartist/demo_curvelinear_grid.py: E402"," examples/color/color_by_yvalue.py: E402"," examples/color/color_cycle_default.py: E402"," examples/color/color_cycler.py: E402"," examples/color/color_demo.py: E402"," examples/color/colorbar_basics.py: E402"," examples/color/colormap_reference.py: E402"," examples/color/custom_cmap.py: E402"," examples/color/named_colors.py: E402"," examples/images_contours_and_fields/affine_image.py: E402"," examples/images_contours_and_fields/barb_demo.py: E402"," examples/images_contours_and_fields/barcode_demo.py: E402"," examples/images_contours_and_fields/contour_corner_mask.py: E402"," examples/images_contours_and_fields/contour_demo.py: E402"," examples/images_contours_and_fields/contour_image.py: E402"," examples/images_contours_and_fields/contourf_demo.py: E402"," examples/images_contours_and_fields/contourf_hatching.py: E402"," examples/images_contours_and_fields/contourf_log.py: E402"," examples/images_contours_and_fields/demo_bboximage.py: E402"," examples/images_contours_and_fields/image_antialiasing.py: E402"," examples/images_contours_and_fields/image_clip_path.py: E402"," examples/images_contours_and_fields/image_demo.py: E402"," examples/images_contours_and_fields/image_masked.py: E402"," examples/images_contours_and_fields/image_transparency_blend.py: E402"," examples/images_contours_and_fields/image_zcoord.py: E402"," examples/images_contours_and_fields/interpolation_methods.py: E402"," examples/images_contours_and_fields/irregulardatagrid.py: E402"," examples/images_contours_and_fields/layer_images.py: E402"," examples/images_contours_and_fields/matshow.py: E402"," examples/images_contours_and_fields/multi_image.py: E402"," examples/images_contours_and_fields/pcolor_demo.py: E402"," examples/images_contours_and_fields/plot_streamplot.py: E402"," examples/images_contours_and_fields/quadmesh_demo.py: E402"," examples/images_contours_and_fields/quiver_demo.py: E402"," examples/images_contours_and_fields/quiver_simple_demo.py: E402"," examples/images_contours_and_fields/shading_example.py: E402"," examples/images_contours_and_fields/specgram_demo.py: E402"," examples/images_contours_and_fields/spy_demos.py: E402"," examples/images_contours_and_fields/tricontour_demo.py: E201, E402"," examples/images_contours_and_fields/tricontour_smooth_delaunay.py: E402"," examples/images_contours_and_fields/tricontour_smooth_user.py: E402"," examples/images_contours_and_fields/trigradient_demo.py: E402"," examples/images_contours_and_fields/triinterp_demo.py: E402"," examples/images_contours_and_fields/tripcolor_demo.py: E201, E402"," examples/images_contours_and_fields/triplot_demo.py: E201, E402"," examples/images_contours_and_fields/watermark_image.py: E402"," examples/lines_bars_and_markers/curve_error_band.py: E402"," examples/lines_bars_and_markers/errorbar_limits_simple.py: E402"," examples/lines_bars_and_markers/fill.py: E402"," examples/lines_bars_and_markers/fill_between_demo.py: E402"," examples/lines_bars_and_markers/filled_step.py: E402"," examples/lines_bars_and_markers/stairs_demo.py: E402"," examples/lines_bars_and_markers/horizontal_barchart_distribution.py: E402"," examples/lines_bars_and_markers/joinstyle.py: E402"," examples/lines_bars_and_markers/scatter_hist.py: E402"," examples/lines_bars_and_markers/scatter_piecharts.py: E402"," examples/lines_bars_and_markers/scatter_with_legend.py: E402"," examples/lines_bars_and_markers/span_regions.py: E402"," examples/lines_bars_and_markers/stem_plot.py: E402"," examples/lines_bars_and_markers/step_demo.py: E402"," examples/lines_bars_and_markers/timeline.py: E402"," examples/lines_bars_and_markers/xcorr_acorr_demo.py: E402"," examples/misc/agg_buffer.py: E402"," examples/misc/histogram_path.py: E402"," examples/misc/print_stdout_sgskip.py: E402"," examples/misc/rasterization_demo.py: E402"," examples/misc/svg_filter_line.py: E402"," examples/misc/svg_filter_pie.py: E402"," examples/misc/table_demo.py: E201"," examples/mplot3d/surface3d.py: E402"," examples/pie_and_polar_charts/bar_of_pie.py: E402"," examples/pie_and_polar_charts/nested_pie.py: E402"," examples/pie_and_polar_charts/pie_and_donut_labels.py: E402"," examples/pie_and_polar_charts/pie_demo2.py: E402"," examples/pie_and_polar_charts/pie_features.py: E402"," examples/pie_and_polar_charts/polar_bar.py: E402"," examples/pie_and_polar_charts/polar_demo.py: E402"," examples/pie_and_polar_charts/polar_legend.py: E402"," examples/pie_and_polar_charts/polar_scatter.py: E402"," examples/pyplots/align_ylabels.py: E402"," examples/pyplots/annotate_transform.py: E251, E402"," examples/pyplots/annotation_basic.py: E402"," examples/pyplots/annotation_polar.py: E402"," examples/pyplots/auto_subplots_adjust.py: E302, E402"," examples/pyplots/axline.py: E402"," examples/pyplots/boxplot_demo_pyplot.py: E402"," examples/pyplots/dollar_ticks.py: E402"," examples/pyplots/fig_axes_customize_simple.py: E402"," examples/pyplots/fig_axes_labels_simple.py: E402"," examples/pyplots/fig_x.py: E402"," examples/pyplots/pyplot_formatstr.py: E402"," examples/pyplots/pyplot_mathtext.py: E402"," examples/pyplots/pyplot_scales.py: E402"," examples/pyplots/pyplot_simple.py: E402"," examples/pyplots/pyplot_text.py: E402"," examples/pyplots/pyplot_three.py: E402"," examples/pyplots/pyplot_two_subplots.py: E402"," examples/pyplots/text_commands.py: E402"," examples/pyplots/text_layout.py: E402"," examples/pyplots/whats_new_1_subplot3d.py: E402"," examples/pyplots/whats_new_98_4_fill_between.py: E402"," examples/pyplots/whats_new_98_4_legend.py: E402"," examples/pyplots/whats_new_99_axes_grid.py: E402"," examples/pyplots/whats_new_99_mplot3d.py: E402"," examples/pyplots/whats_new_99_spines.py: E402"," examples/scales/power_norm.py: E402"," examples/scales/scales.py: E402"," examples/shapes_and_collections/artist_reference.py: E402"," examples/shapes_and_collections/collections.py: E402"," examples/shapes_and_collections/compound_path.py: E402"," examples/shapes_and_collections/dolphin.py: E402"," examples/shapes_and_collections/donut.py: E402"," examples/shapes_and_collections/ellipse_collection.py: E402"," examples/shapes_and_collections/ellipse_demo.py: E402"," examples/shapes_and_collections/fancybox_demo.py: E402"," examples/shapes_and_collections/hatch_demo.py: E402"," examples/shapes_and_collections/hatch_style_reference.py: E402"," examples/shapes_and_collections/line_collection.py: E402"," examples/shapes_and_collections/marker_path.py: E402"," examples/shapes_and_collections/patch_collection.py: E402"," examples/shapes_and_collections/path_patch.py: E402"," examples/shapes_and_collections/quad_bezier.py: E402"," examples/shapes_and_collections/scatter.py: E402"," examples/showcase/anatomy.py: E402"," examples/showcase/bachelors_degrees_by_gender.py: E402"," examples/showcase/firefox.py: E501"," examples/specialty_plots/anscombe.py: E402"," examples/specialty_plots/radar_chart.py: E402"," examples/specialty_plots/sankey_basics.py: E402"," examples/specialty_plots/sankey_links.py: E402"," examples/specialty_plots/sankey_rankine.py: E402"," examples/specialty_plots/skewt.py: E402"," examples/style_sheets/bmh.py: E501"," examples/style_sheets/ggplot.py: E501"," examples/style_sheets/plot_solarizedlight2.py: E501"," examples/subplots_axes_and_figures/axes_margins.py: E402"," examples/subplots_axes_and_figures/axes_zoom_effect.py: E402"," examples/subplots_axes_and_figures/custom_figure_class.py: E402"," examples/subplots_axes_and_figures/demo_constrained_layout.py: E402"," examples/subplots_axes_and_figures/demo_tight_layout.py: E402"," examples/subplots_axes_and_figures/figure_size_units.py: E402"," examples/subplots_axes_and_figures/secondary_axis.py: E402"," examples/subplots_axes_and_figures/two_scales.py: E402"," examples/subplots_axes_and_figures/zoom_inset_axes.py: E402"," examples/text_labels_and_annotations/date_index_formatter.py: E402"," examples/text_labels_and_annotations/demo_text_rotation_mode.py: E402"," examples/text_labels_and_annotations/custom_legends.py: E402"," examples/text_labels_and_annotations/fancyarrow_demo.py: E402"," examples/text_labels_and_annotations/font_family_rc_sgskip.py: E402"," examples/text_labels_and_annotations/font_file.py: E402"," examples/text_labels_and_annotations/legend.py: E402"," examples/text_labels_and_annotations/line_with_text.py: E402"," examples/text_labels_and_annotations/mathtext_asarray.py: E402"," examples/text_labels_and_annotations/tex_demo.py: E402"," examples/text_labels_and_annotations/watermark_text.py: E402"," examples/ticks_and_spines/custom_ticker1.py: E402"," examples/ticks_and_spines/date_concise_formatter.py: E402"," examples/ticks_and_spines/major_minor_demo.py: E402"," examples/ticks_and_spines/tick-formatters.py: E402"," examples/ticks_and_spines/tick_labels_from_values.py: E402"," examples/user_interfaces/canvasagg.py: E402"," examples/user_interfaces/embedding_in_gtk3_panzoom_sgskip.py: E402"," examples/user_interfaces/embedding_in_gtk3_sgskip.py: E402"," examples/user_interfaces/embedding_in_qt_sgskip.py: E402"," examples/user_interfaces/gtk_spreadsheet_sgskip.py: E402"," examples/user_interfaces/mathtext_wx_sgskip.py: E402"," examples/user_interfaces/mpl_with_glade3_sgskip.py: E402"," examples/user_interfaces/pylab_with_gtk_sgskip.py: E302, E402"," examples/user_interfaces/toolmanager_sgskip.py: E402"," examples/userdemo/connectionstyle_demo.py: E402"," examples/userdemo/custom_boxstyle01.py: E402"," examples/userdemo/pgf_preamble_sgskip.py: E402"," examples/widgets/*.py: E402"," examples/statistics/*.py: E402"],"stylingDirectives":null,"colorizedLines":null,"csv":null,"csvError":null,"dependabotInfo":{"showConfigurationBanner":false,"configFilePath":null,"networkDependabotPath":"/Carreau/matplotlib/network/updates","dismissConfigurationNoticePath":"/settings/dismiss-notice/dependabot_configuration_notice","configurationNoticeDismissed":null},"displayName":".flake8","displayUrl":"https://github.com/Carreau/matplotlib/blob/doc/.flake8?raw=true","headerInfo":{"blobSize":"13.6 KB","deleteTooltip":"You must be signed in to make or propose changes","editTooltip":"You must be signed in to make or propose changes","ghDesktopPath":"https://desktop.github.com","isGitLfs":false,"onBranch":true,"shortPath":"f9f41e9","siteNavLoginPath":"/login?return_to=https%3A%2F%2Fgithub.com%2FCarreau%2Fmatplotlib%2Fblob%2Fdoc%2F.flake8","isCSV":false,"isRichtext":false,"toc":null,"lineInfo":{"truncatedLoc":"291","truncatedSloc":"285"},"mode":"file"},"image":false,"isCodeownersFile":null,"isPlain":false,"isValidLegacyIssueTemplate":false,"issueTemplate":null,"discussionTemplate":null,"language":"INI","languageID":163,"large":false,"planSupportInfo":{"repoIsFork":null,"repoOwnedByCurrentUser":null,"requestFullPath":"/Carreau/matplotlib/blob/doc/.flake8","showFreeOrgGatedFeatureMessage":null,"showPlanSupportBanner":null,"upgradeDataAttributes":null,"upgradePath":null},"publishBannersInfo":{"dismissActionNoticePath":"/settings/dismiss-notice/publish_action_from_dockerfile","releasePath":"/Carreau/matplotlib/releases/new?marketplace=true","showPublishActionBanner":false},"rawBlobUrl":"https://github.com/Carreau/matplotlib/raw/refs/heads/doc/.flake8","renderImageOrRaw":false,"richText":null,"renderedFileInfo":null,"shortPath":null,"symbolsEnabled":true,"tabSize":8,"topBannersInfo":{"overridingGlobalFundingFile":false,"globalPreferredFundingPath":null,"showInvalidCitationWarning":false,"citationHelpUrl":"https://docs.github.com/github/creating-cloning-and-archiving-repositories/creating-a-repository-on-github/about-citation-files","actionsOnboardingTip":null},"truncated":false,"viewable":true,"workflowRedirectUrl":null,"symbols":null},"copilotInfo":null,"copilotAccessAllowed":false,"modelsAccessAllowed":false,"modelsRepoIntegrationEnabled":false,"csrf_tokens":{"/Carreau/matplotlib/branches":{"post":"a5y8T4G5FWIHhy8HkqdWdsCMvQ4-jNIiuIK9HDQioGmymP8MoK2JID4FbZGkAiQLI5L_U8f5Q2y5fVbO3EPWjw"},"/repos/preferences":{"post":"FYWXfuDxW8dfkZLEddkt0U4zhCNokTIzrTbJKv7TYnBtgJMtv2-cWzvIXM4sIfEx9CMFDn25liJ2AcVUWHNiRw"}}},"title":"matplotlib/.flake8 at doc · Carreau/matplotlib","appPayload":{"helpUrl":"https://docs.github.com","findFileWorkerPath":"/assets-cdn/worker/find-file-worker-263cab1760dd.js","findInFileWorkerPath":"/assets-cdn/worker/find-in-file-worker-1b17b3e7786a.js","githubDevUrl":null,"enabled_features":{"code_nav_ui_events":false,"react_blob_overlay":false,"accessible_code_button":true}}}
0