diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index de07b93..b812001 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -43,7 +43,7 @@ repos: - black==23.10.1 - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.1.7 + rev: v0.1.8 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] diff --git a/requirements.txt b/requirements.txt index 61594ce..e2ac6a1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ pydantic==2.5.2 pydata_sphinx_theme==0.14.4 pytest==7.4.3 rich==13.7.0 -ruff==0.1.7 +ruff==0.1.8 setuptools-scm==8.0.4 sphinx==7.2.6 wheel==0.42.0 diff --git a/ruff.toml b/ruff.toml index 3b9c702..9637fbb 100644 --- a/ruff.toml +++ b/ruff.toml @@ -79,5 +79,8 @@ convention = "google" [flake8-copyright] author = "Quantinuum LLC" +[flake8-type-checking] +quote-annotations = true + [format] preview = true