Skip to content

Commit

Permalink
🔧 update semantic release ignore, increase minimal ruff version
Browse files Browse the repository at this point in the history
  • Loading branch information
Jezza34000 committed Feb 12, 2025
1 parent e08da85 commit 9c8320a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ keep = []


[tool.ruff]
required-version = ">=0.6.8"
required-version = ">=0.9.0"

[tool.ruff.lint]
select = [
Expand Down Expand Up @@ -288,7 +288,7 @@ ignore_files = [
"CONTRIBUTING.md",
"LICENSE",
"images/*",
"pre-commit-config.yaml",
".pre-commit-config.yaml",
"pyproject.toml",
"sonar-project.properties",
]
Expand Down

0 comments on commit 9c8320a

Please sign in to comment.