]> git.ipfire.org Git - thirdparty/babel.git/commit
Apply pre-commit fixes. 355/head
authorLukas Balaga <lukas.balaga@gmail.com>
Sun, 28 Feb 2016 00:31:18 +0000 (16:31 -0800)
committerLukas Balaga <lukas.balaga@gmail.com>
Sun, 28 Feb 2016 00:58:14 +0000 (16:58 -0800)
commit92bb5177b19cc9e99c643c6dc7f9e35331cde2db
tree57e73343a2f04602e68ac020dc0e4127ae565f88
parentda4f5e818417e94858c643be531f7a388bacf200
Apply pre-commit fixes.
32 files changed:
.pre-commit-config.yaml
CONTRIBUTING.md
babel/__init__.py
babel/dates.py
babel/languages.py
babel/localedata.py
babel/localtime/__init__.py
babel/localtime/_unix.py
babel/messages/catalog.py
babel/messages/extract.py
babel/messages/frontend.py
babel/messages/mofile.py
babel/messages/pofile.py
babel/numbers.py
babel/plural.py
babel/support.py
babel/util.py
contrib/babel.js
scripts/make-release.py
setup.py
tests/messages/test_catalog.py
tests/messages/test_checkers.py
tests/messages/test_extract.py
tests/messages/test_frontend.py
tests/messages/test_pofile.py
tests/test_core.py
tests/test_dates.py
tests/test_localedata.py
tests/test_numbers.py
tests/test_plural.py
tests/test_support.py
tests/test_util.py