Skip to content

Commit

Permalink
Merge pull request #51 from crate-py/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
Julian committed Jan 29, 2024
2 parents 783e3ef + ce4b8bc commit 0b1a9ac
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ repos:
hooks:
- id: pyupgrade
- repo: https://github.com/psf/black
rev: 23.12.1
rev: 24.1.1
hooks:
- id: black
- repo: https://github.com/pre-commit/mirrors-prettier
Expand Down
1 change: 1 addition & 0 deletions tests/test_hash_trie_map.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.
"""

from collections import abc
from operator import methodcaller
import pickle
Expand Down
1 change: 1 addition & 0 deletions tests/test_hash_trie_set.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.
"""

from collections import abc
import pickle

Expand Down
1 change: 1 addition & 0 deletions tests/test_list.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.
"""

import pickle

import pytest
Expand Down
1 change: 1 addition & 0 deletions tests/test_queue.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.
"""

import pytest

from rpds import Queue
Expand Down

0 comments on commit 0b1a9ac

Please sign in to comment.