[pre-commit.ci] pre-commit autoupdate - #552
Conversation
03a9ac4 to
36a1afd
Compare
29f6467 to
be87edc
Compare
3691939 to
33085c6
Compare
8e936e7 to
42fa237
Compare
|
I dug into the tox failures on this PR. The failures are confined to the The failing jobs are installing the latest
This looks unrelated to the pre-commit/rfc822 formatting changes in the PR. The A minimal fix is to cap the chardet factor to the major version the current expectations are compatible with: diff --git a/tox.ini b/tox.ini
index 3440a1b01..d75442946 100644
--- a/tox.ini
+++ b/tox.ini
@@ -57,7 +57,7 @@ extras =
passenv = CI
deps =
-r requirements/test/requirements.txt
- chardet: chardet
+ chardet: chardet<6
commands =
coverage run -m pytest {posargs:}I verified the affected tests locally against the installed PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 PYTHONPATH=. python -m pytest -q tests/test_ill_formed.py tests/test_encoding.py
# 219 passed in 0.19s
git diff --check
# no outputI could not run the full tox matrix in this environment because |
f4088aa to
0a34ebf
Compare
updates: - [github.com/pycqa/isort: dac090ce4d9ee313d086e2e89ab1acb8c2664fa1 → 7f321d375f31a2f03833bc9a548e8783f2b5c420](PyCQA/isort@dac090c...7f321d3) - [github.com/pycqa/flake8: c48217e1fc006c2dddd14df54e83b67da15de5cd → d93590f5be797aabb60e3b09f2f52dddb02f349f](PyCQA/flake8@c48217e...d93590f) - [github.com/editorconfig-checker/editorconfig-checker: 6fa6539948897d1dceee75b6680d7e9688b5c9e9 → d5c7d59857d72eed8b772531abeab6c7b2b75051](editorconfig-checker/editorconfig-checker@6fa6539...d5c7d59) - [github.com/python-jsonschema/check-jsonschema: 6b63472e72e1a91ed8a2f6d483790dfb644fa1d3 → 1a4bb160cab6417b3045e1b37b6b72449243e658](python-jsonschema/check-jsonschema@6b63472...1a4bb16) - [github.com/kurtmckee/pre-commit-hooks: 44b638c826f1acd2ba2c5995db3156be60c5efea → e7a0fdfcf7fd4c549a32da19187adf3a0b279d4d](kurtmckee/pre-commit-hooks@44b638c...e7a0fdf)
0b9febe to
2a7e3b9
Compare
updates: