diff --git a/.ruff.toml b/.ruff.toml index 9451023469..e396c2d025 100644 --- a/.ruff.toml +++ b/.ruff.toml @@ -11,7 +11,6 @@ lint.ignore = [ # pycodestyle (E, W) # https://docs.astral.sh/ruff/rules/#pycodestyle-e-w "E", - "W", # mccabe (C90) # https://docs.astral.sh/ruff/rules/#mccabe-c90 @@ -71,10 +70,6 @@ lint.ignore = [ # https://docs.astral.sh/ruff/rules/#flake8-builtins-a "A", - # flake8-copyright (CPY) - # https://docs.astral.sh/ruff/rules/#flake8-copyright-cpy - "CPY", - # flake8-comprehensions (C4) # https://docs.astral.sh/ruff/rules/#flake8-comprehensions-c4 "C4", @@ -91,10 +86,6 @@ lint.ignore = [ # https://docs.astral.sh/ruff/rules/#flake8-future-annotations-fa "FA", - # flake8-implicit-str-concat (ISC) - # https://docs.astral.sh/ruff/rules/#flake8-implicit-str-concat-isc - "ISC", - # flake8-logging-format (G) # https://docs.astral.sh/ruff/rules/#flake8-logging-format-g "G", @@ -187,10 +178,6 @@ lint.ignore = [ # https://docs.astral.sh/ruff/rules/#flynt-fly "FLY", - # Airflow (AIR) - # https://docs.astral.sh/ruff/rules/#airflow-air - "AIR", - # Perflint (PERF) # https://docs.astral.sh/ruff/rules/#perflint-perf "PERF", diff --git a/benchmarks/bm_runner.py b/benchmarks/bm_runner.py index 8b45031fca..0195d259fe 100644 --- a/benchmarks/bm_runner.py +++ b/benchmarks/bm_runner.py @@ -257,8 +257,8 @@ def _gh_create_reports(commit_sha: str, results_full: str, results_shifts: str) * commit {commit_sha} ({pr_tag}).

- Please review the report below and - take corrective/congratulatory action as appropriate + Please review the report below and + take corrective/congratulatory action as appropriate :slightly_smiling_face:

"""