diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index aa3f246537a..f2d2978e5b9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,6 +19,3 @@ repos: args: [ --fix ] - name: ruff format id: ruff-format - - name: fix implicit string concatenation - id: ruff - args: [ --select, ISC001, --fix ]