We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ERA001
# # # Copyright © 2023 <ORG_NAME> or its affiliates. All Rights Reserved. # # # # Licensed under the Apache License, Version 2.0 (the "License"). You # # may not use this file except in compliance with the License. A copy of # # the License is located at: # # # # https://github.com/<ORG_NAME>/<PROJECT>/blob/main/LICENSE # # # # or in the "license" file accompanying this file. This file is # # distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF # # ANY KIND, either express or implied. See the License for the specific # # language governing permissions and limitations under the License. # # # # This file is part of the <PROJECT>. # # see (https://github.com/<ORG_NAME>/<PROJECT>) # # # # You should have received a copy of the APACHE LICENSE, VERSION 2.0 # # along with this program. If not, see <https://apache.org/licenses/LICENSE-2.0> #
The current Ruff version
ruff
0.0.261
The current Ruff settings:
select = [ "ALL" ]
pyproject.toml
The command you invoked:
vs-code
.pre-commit-config.yaml
- repo: https://github.com/charliermarsh/ruff-pre-commit # Ruff version. rev: 'v0.0.261' hooks: - id: ruff
I could drop this rule, but then having this check is important as well, which is why am filing this bug.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
The current Ruff version
ruff
version0.0.261
The current Ruff settings:
select = [ "ALL" ]
inpyproject.toml
The command you invoked:
ruff
invs-code
,along with the configured rule in.pre-commit-config.yaml
listed below.I could drop this rule, but then having this check is important as well, which is why am filing this bug.
The text was updated successfully, but these errors were encountered: