diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 166918e5..b9ae289f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,7 +9,7 @@ repos: args: - --ignore-words-list=wronly,afile - repo: https://github.com/psf/black - rev: 23.10.1 + rev: 23.11.0 hooks: - id: black args: [ --safe, --quiet ] @@ -45,7 +45,7 @@ repos: - flake8-bugbear args: ["--extend-ignore=E203", "--max-line-length=88"] - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.6.1 + rev: v1.7.0 hooks: - id: mypy exclude: (docs|pyfakefs/tests)