diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 48a0d33260..3eb0528e95 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -47,7 +47,7 @@ repos: args: [--license-filepath, .github/disclaimer.txt, --no-extra-eol] exclude: ^conda_build/version.py - repo: https://github.com/asottile/pyupgrade - rev: v3.6.0 + rev: v3.7.0 hooks: # upgrade standard Python codes - id: pyupgrade @@ -63,7 +63,7 @@ repos: # auto format Python codes - id: black - repo: https://github.com/asottile/blacken-docs - rev: 1.13.0 + rev: 1.14.0 hooks: # auto format Python codes within docstrings - id: blacken-docs