diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a06c56b6..000e74bc 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -33,13 +33,13 @@ repos: #args: ["--show=errskip"] # show everything for the moment - repo: https://github.com/adamchainz/blacken-docs - rev: 1.19.0 + rev: 1.19.1 hooks: - id: blacken-docs types: [file, rst] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.7.0" + rev: "v0.7.1" hooks: # Run the linter - id: ruff