diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 423ab38c..dbc8f1e8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ exclude: 'config_tickers.py' repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: - id: end-of-file-fixer - id: requirements-txt-fixer @@ -12,6 +12,6 @@ repos: - id: reorder-python-imports args: [--py37-plus] - repo: https://github.com/psf/black - rev: 24.8.0 + rev: 24.10.0 hooks: - id: black