Skip to content

Commit

Permalink
Update ruff config.
Browse files Browse the repository at this point in the history
  • Loading branch information
fniessink committed Feb 11, 2024
1 parent a9a17d2 commit b0251c9
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion components/api_server/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ module = [
ignore_missing_imports = true

[tool.ruff]
target-version = "py311"
target-version = "py312"
line-length = 120
src = ["src"]

Expand Down
2 changes: 1 addition & 1 deletion components/collector/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ module = [
ignore_missing_imports = true

[tool.ruff]
target-version = "py311"
target-version = "py312"
line-length = 120
src = ["src"]

Expand Down
2 changes: 1 addition & 1 deletion components/notifier/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ module = [
ignore_missing_imports = true

[tool.ruff]
target-version = "py311"
target-version = "py312"
line-length = 120
src = ["src"]

Expand Down
2 changes: 1 addition & 1 deletion components/shared_code/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ module = [
ignore_missing_imports = true

[tool.ruff]
target-version = "py311"
target-version = "py312"
line-length = 120
src = ["src"]

Expand Down
2 changes: 1 addition & 1 deletion docs/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ warn_unreachable = true
warn_unused_ignores = true

[tool.ruff]
target-version = "py311"
target-version = "py312"
line-length = 120
src = ["src"]

Expand Down
2 changes: 1 addition & 1 deletion tests/feature_tests/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ module = [
ignore_missing_imports = true

[tool.ruff]
target-version = "py311"
target-version = "py312"
line-length = 120
src = ["src", "src/steps"]

Expand Down

0 comments on commit b0251c9

Please sign in to comment.