diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6c8c5326..3ead81ec 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ repos: - repo: https://github.com/google/yamlfmt - rev: v0.17.2 + rev: v0.20.0 hooks: - id: yamlfmt args: @@ -9,13 +9,13 @@ repos: - "max_line_length=80,retain_line_breaks=true,retain_line_breaks_single=true" - repo: https://github.com/tox-dev/pyproject-fmt - rev: v2.8.0 + rev: v2.11.0 hooks: - id: pyproject-fmt args: [--keep-full-version] - repo: https://github.com/adamchainz/blacken-docs - rev: 1.19.1 + rev: 1.20.0 hooks: - id: blacken-docs additional_dependencies: [black==23.12.1] @@ -27,7 +27,7 @@ repos: args: [--ignore-words, doc/styles/config/vocabularies/ANSYS/accept.txt] - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v5.0.0 + rev: v6.0.0 hooks: - id: check-merge-conflict - id: debug-statements @@ -43,12 +43,12 @@ repos: - --start_year=2025 - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.33.0 + rev: 0.34.1 hooks: - id: check-github-workflows - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.11.11 + rev: v0.14.3 hooks: - id: ruff-check - id: ruff-format diff --git a/doc/source/changelog/82.miscellaneous.md b/doc/source/changelog/82.miscellaneous.md new file mode 100644 index 00000000..49457b88 --- /dev/null +++ b/doc/source/changelog/82.miscellaneous.md @@ -0,0 +1 @@ +[pre-commit.ci] pre-commit autoupdate diff --git a/pyproject.toml b/pyproject.toml index 7aff79e9..fdac5a48 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -73,6 +73,9 @@ doc = [ [tool.hatch.build.targets.wheel] packages = [ "src/ansys" ] +[tool.uv] +package = true + [tool.ruff] line-length = 120 extend-exclude = [ "examples/**/*.py" ] @@ -149,6 +152,3 @@ showcontent = true directory = "test" name = "Test" showcontent = true - -[tool.uv] -package = true