Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use extend-exclude instead of exclude in ruff config #2545

Merged
merged 1 commit into from
Sep 7, 2024

Conversation

correctmost
Copy link
Contributor

Type of Changes

Type
🔨 Refactoring

Description

The ruff docs recommend using extend-exclude for custom paths:

Note that you'll typically want to use extend-exclude to modify the excluded paths.

-- https://docs.astral.sh/ruff/settings/#exclude

The ruff docs recommend using extend-exclude for custom paths.
Copy link

codecov bot commented Sep 6, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.98%. Comparing base (dc5dafb) to head (431e075).
Report is 2 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #2545   +/-   ##
=======================================
  Coverage   92.98%   92.98%           
=======================================
  Files          93       93           
  Lines       11047    11047           
=======================================
  Hits        10272    10272           
  Misses        775      775           
Flag Coverage Δ
linux 92.85% <ø> (ø)
pypy 92.98% <ø> (ø)
windows 92.96% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

@Pierre-Sassoulas Pierre-Sassoulas added the Maintenance Discussion or action around maintaining astroid or the dev workflow label Sep 7, 2024
@Pierre-Sassoulas Pierre-Sassoulas merged commit ba331c0 into pylint-dev:main Sep 7, 2024
21 checks passed
@correctmost correctmost deleted the cm/fix-ruff-key branch September 7, 2024 13:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Maintenance Discussion or action around maintaining astroid or the dev workflow
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants