mirror of
https://github.com/msgpack/msgpack-python.git
synced 2025-11-10 14:31:04 +00:00
move project metadata to pyproject.toml (#555)
also: replace flake8 by ruff.
This commit is contained in:
parent
7b75b4f368
commit
423c6df265
14 changed files with 57 additions and 54 deletions
|
|
@ -3,12 +3,10 @@
|
|||
from collections import OrderedDict
|
||||
from io import BytesIO
|
||||
import struct
|
||||
import sys
|
||||
|
||||
import pytest
|
||||
from pytest import raises, xfail
|
||||
|
||||
from msgpack import packb, unpackb, Unpacker, Packer, pack
|
||||
from msgpack import packb, unpackb, Unpacker, Packer
|
||||
|
||||
|
||||
def check(data, use_list=False):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue