Commit graph

8 commits

Author SHA1 Message Date
Pedro Algarvio
3dea2eb541 Update pre-commit hook versions 2024-02-29 10:16:58 +00:00
Daniel A. Wozniak
d9b50659b2 Pyupgrade and drop six 2021-07-06 09:04:28 -04:00
Blacken Salt
0b2a5613b3
Blacken salt 2020-04-03 13:05:41 -05:00
Sebastian Marsching
9c7d98e732
Consistently use salt.utils.json and salt.utils.msgpack.
This commit introduces salt.utils.msgpack modifies all places in the
code that either use json or msgpack to use salt.utils.json or
salt.utils.msgpack respectively.

While this change itself does not have any effect, it is important to
allow for centrally dealing with objects that cannot be directly
serialied via json or msgpack.
2019-12-17 14:49:06 -07:00
Pedro Algarvio
61003bca0a
Take care of resource leakage on tests 2017-04-04 18:58:20 +01:00
Pedro Algarvio
b3807f5b22 Py3 compatibility fixes. 2015-01-30 22:25:28 +00:00
Pedro Algarvio
60f215f191 Add from __future__ import absolute_import 2015-01-30 22:25:04 +00:00
Thomas S Hatch
af579abc66 Add VERY simple script to read msgpack files
This is meant to make debugging data in msgpack files a little easier
2014-03-20 14:31:26 -06:00