diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 7bae70e9..7a826400 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -1,4 +1,4 @@ -name: Pre-commit Hooks +.github/workflows/lint.ymlname: Ruff Linter on: [pull_request] @@ -20,7 +20,7 @@ jobs: run: pip install ruff - name: Run ruff format checker - run: ruff format --check + run: ruff format --check --config pyproject.toml - name: Run ruff format checker - run: ruff check \ No newline at end of file + run: ruff check --config pyproject.toml \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 69d5afec..f9d98098 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,4 +1,4 @@ -g[tool.black] +[tool.black] # don't format the installed clients or the SDK-generated files. #extend-exclude = ''' #lib/(