diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index cf42672..4a7524c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,7 +12,7 @@ repos: - id: mixed-line-ending - repo: https://github.com/asottile/pyupgrade - rev: v2.37.2 + rev: v2.37.3 hooks: - id: pyupgrade args: @@ -24,12 +24,12 @@ repos: - id: black-jupyter - repo: https://github.com/keewis/blackdoc - rev: v0.3.4 + rev: v0.3.5 hooks: - id: blackdoc - repo: https://github.com/PyCQA/flake8 - rev: 4.0.1 + rev: 5.0.2 hooks: - id: flake8