-
Notifications
You must be signed in to change notification settings - Fork 115
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
[pre-commit.ci] pre-commit autoupdate #14781
Conversation
pre-commit.ci autofix |
We might want to change our config a bit before we merge this one. See https://docs.astral.sh/ruff/configuration/. They have modified the configuration path for some options i.e. [tool.ruff]
# Allow fix for all enabled rules (when `--fix`) is provided.
fixable = ["ALL"]
unfixable = [] should be changed to [tool.ruff.lint]
# Allow fix for all enabled rules (when `--fix`) is provided.
fixable = ["ALL"]
unfixable = [] |
|
968e041
to
0ab69f8
Compare
@ogajduse Could you open a separate PR updating the ruff configuration (or add a commit to same PR), then rebase this PR once it's merged? |
0ab69f8
to
3f4b0e1
Compare
Will catch up on this one tomorrow |
3f4b0e1
to
02b554a
Compare
pre-commit.ci autofix |
1cdd324
to
5b2d444
Compare
pre-commit.ci autofix |
5b2d444
to
ad3d4d2
Compare
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.4.0...v4.6.0) - [github.com/astral-sh/ruff-pre-commit: v0.4.1 → v0.4.3](astral-sh/ruff-pre-commit@v0.4.1...v0.4.3) - [github.com/gitleaks/gitleaks: v8.18.0 → v8.18.2](gitleaks/gitleaks@v8.18.0...v8.18.2)
81ca02b
to
346f1ee
Compare
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.4.0...v4.6.0) - [github.com/astral-sh/ruff-pre-commit: v0.4.1 → v0.4.3](astral-sh/ruff-pre-commit@v0.4.1...v0.4.3) - [github.com/gitleaks/gitleaks: v8.18.0 → v8.18.2](gitleaks/gitleaks@v8.18.0...v8.18.2) * Fix UP031 - Use format specifiers instead of percent format --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Ondřej Gajdušek <[email protected]> Co-authored-by: Gaurav Talreja <[email protected]> (cherry picked from commit a71fa30)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.4.0...v4.6.0) - [github.com/astral-sh/ruff-pre-commit: v0.4.1 → v0.4.3](astral-sh/ruff-pre-commit@v0.4.1...v0.4.3) - [github.com/gitleaks/gitleaks: v8.18.0 → v8.18.2](gitleaks/gitleaks@v8.18.0...v8.18.2) * Fix UP031 - Use format specifiers instead of percent format --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Ondřej Gajdušek <[email protected]> Co-authored-by: Gaurav Talreja <[email protected]> (cherry picked from commit a71fa30)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.4.0...v4.6.0) - [github.com/astral-sh/ruff-pre-commit: v0.4.1 → v0.4.3](astral-sh/ruff-pre-commit@v0.4.1...v0.4.3) - [github.com/gitleaks/gitleaks: v8.18.0 → v8.18.2](gitleaks/gitleaks@v8.18.0...v8.18.2) * Fix UP031 - Use format specifiers instead of percent format --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Ondřej Gajdušek <[email protected]> Co-authored-by: Gaurav Talreja <[email protected]> (cherry picked from commit a71fa30)
[pre-commit.ci] pre-commit autoupdate (#14781) * [pre-commit.ci] pre-commit autoupdate updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.4.0...v4.6.0) - [github.com/astral-sh/ruff-pre-commit: v0.4.1 → v0.4.3](astral-sh/ruff-pre-commit@v0.4.1...v0.4.3) - [github.com/gitleaks/gitleaks: v8.18.0 → v8.18.2](gitleaks/gitleaks@v8.18.0...v8.18.2) * Fix UP031 - Use format specifiers instead of percent format --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Ondřej Gajdušek <[email protected]> Co-authored-by: Gaurav Talreja <[email protected]> (cherry picked from commit a71fa30) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
[pre-commit.ci] pre-commit autoupdate (#14781) * [pre-commit.ci] pre-commit autoupdate updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.4.0...v4.6.0) - [github.com/astral-sh/ruff-pre-commit: v0.4.1 → v0.4.3](astral-sh/ruff-pre-commit@v0.4.1...v0.4.3) - [github.com/gitleaks/gitleaks: v8.18.0 → v8.18.2](gitleaks/gitleaks@v8.18.0...v8.18.2) * Fix UP031 - Use format specifiers instead of percent format --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Ondřej Gajdušek <[email protected]> Co-authored-by: Gaurav Talreja <[email protected]> (cherry picked from commit a71fa30) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.4.0...v4.6.0) - [github.com/astral-sh/ruff-pre-commit: v0.4.1 → v0.4.3](astral-sh/ruff-pre-commit@v0.4.1...v0.4.3) - [github.com/gitleaks/gitleaks: v8.18.0 → v8.18.2](gitleaks/gitleaks@v8.18.0...v8.18.2) * Fix UP031 - Use format specifiers instead of percent format --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Ondřej Gajdušek <[email protected]> Co-authored-by: Gaurav Talreja <[email protected]> (cherry picked from commit a71fa30)
[pre-commit.ci] pre-commit autoupdate (#14781) * [pre-commit.ci] pre-commit autoupdate updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.4.0...v4.6.0) - [github.com/astral-sh/ruff-pre-commit: v0.4.1 → v0.4.3](astral-sh/ruff-pre-commit@v0.4.1...v0.4.3) - [github.com/gitleaks/gitleaks: v8.18.0 → v8.18.2](gitleaks/gitleaks@v8.18.0...v8.18.2) * Fix UP031 - Use format specifiers instead of percent format --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Ondřej Gajdušek <[email protected]> Co-authored-by: Gaurav Talreja <[email protected]> (cherry picked from commit a71fa30) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* [pre-commit.ci] pre-commit autoupdate (#14781) * [pre-commit.ci] pre-commit autoupdate updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.4.0...v4.6.0) - [github.com/astral-sh/ruff-pre-commit: v0.4.1 → v0.4.3](astral-sh/ruff-pre-commit@v0.4.1...v0.4.3) - [github.com/gitleaks/gitleaks: v8.18.0 → v8.18.2](gitleaks/gitleaks@v8.18.0...v8.18.2) * Fix UP031 - Use format specifiers instead of percent format --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Ondřej Gajdušek <[email protected]> Co-authored-by: Gaurav Talreja <[email protected]> (cherry picked from commit a71fa30) * Fix UP031 Use format specifiers instead of percent format --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Ondřej Gajdušek <[email protected]>
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.4.0...v4.6.0) - [github.com/astral-sh/ruff-pre-commit: v0.4.1 → v0.4.3](astral-sh/ruff-pre-commit@v0.4.1...v0.4.3) - [github.com/gitleaks/gitleaks: v8.18.0 → v8.18.2](gitleaks/gitleaks@v8.18.0...v8.18.2) * Fix UP031 - Use format specifiers instead of percent format --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Ondřej Gajdušek <[email protected]> Co-authored-by: Gaurav Talreja <[email protected]>
updates: