diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7d2d35c9..adee74d2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,19 +16,19 @@ repos: # catch git merge/rebase problems - id: check-merge-conflict - repo: https://github.com/asottile/pyupgrade - rev: v3.15.0 + rev: v3.15.1 hooks: - id: pyupgrade args: ["--py37-plus"] - repo: https://github.com/PyCQA/isort - rev: 5.12.0 + rev: 5.13.2 hooks: - id: isort - repo: https://github.com/psf/black - rev: 23.9.1 + rev: 24.2.0 hooks: - id: black - repo: https://github.com/PyCQA/flake8 - rev: 6.1.0 + rev: 7.0.0 hooks: - id: flake8 diff --git a/tests/memory_test.py b/tests/memory_test.py index 38d1e87f..dc2f3e9e 100644 --- a/tests/memory_test.py +++ b/tests/memory_test.py @@ -1,6 +1,7 @@ """ Simple test for evaluating zstandard binding memory usage. """ + import io import sys