diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 800c47087..7ef26fb41 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -25,7 +25,7 @@ repos: hooks: - id: pycln - repo: https://github.com/PyCQA/isort - rev: 5.12.0 + rev: 5.13.2 hooks: - id: isort name: isort (python) @@ -36,6 +36,6 @@ repos: args: ["-L", "thisE,thise,mye,tE,te,hist,ro,sav,ccompiler,aas", "-x","doc/source/_static/try-galpy.js"] - repo: https://github.com/psf/black - rev: 23.11.0 + rev: 23.12.1 hooks: - id: black