diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4fc3abb3..709d484c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,13 +15,13 @@ repos: args: [--py38-plus, --keep-runtime-typing] exclude: ^constructor-manager-ui/src/constructor_manager_ui/style/images.py - repo: https://github.com/PyCQA/autoflake - rev: v2.3.0 + rev: v2.3.1 hooks: - id: autoflake args: ["--in-place", "--remove-all-unused-imports"] exclude: ^constructor-manager-ui/src/constructor_manager_ui/style/images.py - repo: https://github.com/psf/black - rev: 24.2.0 + rev: 24.3.0 hooks: - id: black exclude: ^constructor-manager-ui/src/constructor_manager_ui/style/images.py @@ -33,7 +33,7 @@ repos: args: ["-j8", "--ignore=TYP001,E501,W503"] exclude: ^constructor-manager-ui/src/constructor_manager_ui/style/images.py - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.2.2 + rev: v0.3.3 hooks: - id: ruff exclude: ^constructor-manager-ui/src/constructor_manager_ui/style/images.py