diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e80336e..d87c0e2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.0.272 + rev: v0.0.284 hooks: - id: ruff diff --git a/pyproject.toml b/pyproject.toml index 8f75730..7006b8f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,6 +21,7 @@ ignore = [ #"E203", # Black, uncomment when/if ruff starts to support "E50", # Black "E70", # Black + "FA", # See what happens with PEP 649 impl first "UP014", # Python >= 3.6 "UP032", # Python >= 3.6 diff --git a/requirements-dev.txt b/requirements-dev.txt index cf0326f..b6cb3b3 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -3,4 +3,4 @@ black==23.1.0 mypy==1.0.1 nox -ruff==0.0.272 +ruff==0.0.284