precommit-hook
precommit-hook copied to clipboard
Automatically check your python code on every commit. :mag: :heavy_check_mark:
This PR updates [certifi](https://pypi.org/project/certifi) from **2019.11.28** to **2022.6.15.2**. *The bot wasn't able to find a changelog for this release. [Got an idea?](https://github.com/pyupio/changelogs/issues/new)* Links - PyPI: https://pypi.org/project/certifi - Repo: https://github.com/certifi/python-certifi
This PR updates [urllib3](https://pypi.org/project/urllib3) from **1.25.7** to **1.26.12**. Changelog ### 1.26.11 ``` ==================== * Fixed an issue where reading more than 2 GiB in a call to ``HTTPResponse.read`` would raise...
This PR updates [coverage](https://pypi.org/project/coverage) from **4.5.4** to **6.4.3**. Changelog ### 6.4.3 ``` -------------------------- - Fix a failure when combining data files if the file names contained glob-like patterns (`pull 1405`_)....
This PR updates [flake8](https://pypi.org/project/flake8) from **3.7.8** to **5.0.4**. Changelog ### 3.9.2 ``` ------------------- You can view the `3.9.2 milestone`_ on GitHub for more details. Bugs Fixed ~~~~~~~~~~ - Fix error...
This PR updates [flake8](https://pypi.org/project/flake8) from **3.7.8** to **7.0.0**. *The bot wasn't able to find a changelog for this release. [Got an idea?](https://github.com/pyupio/changelogs/issues/new)* Links - PyPI: https://pypi.org/project/flake8 - Repo: https://github.com/pycqa/flake8
This PR updates [coverage](https://pypi.org/project/coverage) from **4.5.4** to **7.4.0**. Changelog ### 7.4.0 ``` -------------------------- - In Python 3.12 and above, you can try an experimental core based on the new :mod:`sys.monitoring...
This PR updates [idna](https://pypi.org/project/idna) from **2.8** to **3.6**. Changelog ### 3.6 ``` ++++++++++++++++ - Fix regression to include tests in source distribution. ``` ### 3.5 ``` ++++++++++++++++ - Update to...
This PR updates [certifi](https://pypi.org/project/certifi) from **2019.11.28** to **2023.11.17**. *The bot wasn't able to find a changelog for this release. [Got an idea?](https://github.com/pyupio/changelogs/issues/new)* Links - PyPI: https://pypi.org/project/certifi - Repo: https://github.com/certifi/python-certifi
This PR updates [urllib3](https://pypi.org/project/urllib3) from **1.25.7** to **2.1.0**. Changelog ### 2.1.0 ``` ================== Read the `v2 migration guide <https://urllib3.readthedocs.io/en/latest/v2-migration-guide.html>`__ for help upgrading to the latest version of urllib3. Removals --------...
This PR updates [chardet](https://pypi.org/project/chardet) from **3.0.4** to **5.2.0**. Changelog ### 5.2.0 ``` Adds support for running chardet CLI via `python -m chardet` (0e9b7bc20366163efcc221281201baff4100fe19, dan-blanchard) ``` ### 5.1.0 ``` Features -...