Skip to content

Commit 05ad200

Browse files
authored
bump version, merge pull request #1163 from tqdm/devel
2 parents f86104a + f4dbe42 commit 05ad200

10 files changed

Lines changed: 78 additions & 900 deletions

File tree

.meta/.readme.rst

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1214,11 +1214,11 @@ Citation information: |DOI|
12141214

12151215
|README-Hits| (Since 19 May 2016)
12161216

1217-
.. |Logo| image:: https://raw.githubusercontent.com/tqdm/tqdm/master/images/logo.gif
1218-
.. |Screenshot| image:: https://raw.githubusercontent.com/tqdm/img/master/tqdm.gif
1219-
.. |Video| image:: https://raw.githubusercontent.com/tqdm/img/master/video.jpg
1217+
.. |Logo| image:: https://img.tqdm.ml/logo.gif
1218+
.. |Screenshot| image:: https://img.tqdm.ml/tqdm.gif
1219+
.. |Video| image:: https://img.tqdm.ml/video.jpg
12201220
:target: https://tqdm.github.io/video
1221-
.. |Slides| image:: https://raw.githubusercontent.com/tqdm/img/master/slides.jpg
1221+
.. |Slides| image:: https://img.tqdm.ml/slides.jpg
12221222
:target: https://tqdm.github.io/PyData2019/slides.html
12231223
.. |Build-Status| image:: https://img.shields.io/github/workflow/status/tqdm/tqdm/Test/master?logo=GitHub
12241224
:target: https://github.com/tqdm/tqdm/actions?query=workflow%3ATest
@@ -1251,7 +1251,7 @@ Citation information: |DOI|
12511251
.. |Versions| image:: https://img.shields.io/pypi/v/tqdm.svg
12521252
:target: https://tqdm.github.io/releases
12531253
.. |PyPI-Downloads| image:: https://img.shields.io/pypi/dm/tqdm.svg?label=pypi%20downloads&logo=PyPI&logoColor=white
1254-
:target: https://pypi.org/project/tqdm
1254+
:target: https://pepy.tech/project/tqdm
12551255
.. |Py-Versions| image:: https://img.shields.io/pypi/pyversions/tqdm.svg?logo=python&logoColor=white
12561256
:target: https://pypi.org/project/tqdm
12571257
.. |Conda-Forge-Status| image:: https://img.shields.io/conda/v/conda-forge/tqdm.svg?label=conda-forge&logo=conda-forge
@@ -1274,8 +1274,8 @@ Citation information: |DOI|
12741274
:target: https://doi.org/10.5281/zenodo.595120
12751275
.. |binder-demo| image:: https://mybinder.org/badge_logo.svg
12761276
:target: https://mybinder.org/v2/gh/tqdm/tqdm/master?filepath=DEMO.ipynb
1277-
.. |Screenshot-Jupyter1| image:: https://raw.githubusercontent.com/tqdm/img/master/jupyter-1.gif
1278-
.. |Screenshot-Jupyter2| image:: https://raw.githubusercontent.com/tqdm/img/master/jupyter-2.gif
1279-
.. |Screenshot-Jupyter3| image:: https://raw.githubusercontent.com/tqdm/img/master/jupyter-3.gif
1280-
.. |README-Hits| image:: https://caspersci.uk.to/cgi-bin/hits.cgi?q=tqdm&style=social&r=https://github.com/tqdm/tqdm&l=https://caspersci.uk.to/images/tqdm.png&f=https://raw.githubusercontent.com/tqdm/tqdm/master/images/logo.gif
1281-
:target: https://caspersci.uk.to/cgi-bin/hits.cgi?q=tqdm&a=plot&r=https://github.com/tqdm/tqdm&l=https://caspersci.uk.to/images/tqdm.png&f=https://raw.githubusercontent.com/tqdm/tqdm/master/images/logo.gif&style=social
1277+
.. |Screenshot-Jupyter1| image:: https://img.tqdm.ml/jupyter-1.gif
1278+
.. |Screenshot-Jupyter2| image:: https://img.tqdm.ml/jupyter-2.gif
1279+
.. |Screenshot-Jupyter3| image:: https://img.tqdm.ml/jupyter-3.gif
1280+
.. |README-Hits| image:: https://caspersci.uk.to/cgi-bin/hits.cgi?q=tqdm&style=social&r=https://github.com/tqdm/tqdm&l=https://img.tqdm.ml/favicon.png&f=https://img.tqdm.ml/logo.gif
1281+
:target: https://caspersci.uk.to/cgi-bin/hits.cgi?q=tqdm&a=plot&r=https://github.com/tqdm/tqdm&l=https://img.tqdm.ml/favicon.png&f=https://img.tqdm.ml/logo.gif&style=social

.pre-commit-config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ default_language_version:
22
python: python3
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v3.4.0
5+
rev: v4.0.1
66
hooks:
77
- id: check-added-large-files
88
- id: check-case-conflict
@@ -30,7 +30,7 @@ repos:
3030
name: pytest quick
3131
language: python
3232
entry: pytest
33-
args: ['-qq', '--durations=1', '-k=not slow']
33+
args: [-qq, --durations=1, -k=not slow]
3434
types: [python]
3535
pass_filenames: false
3636
additional_dependencies:
@@ -39,21 +39,21 @@ repos:
3939
- pytest-timeout
4040
- pytest-asyncio
4141
- repo: https://gitlab.com/pycqa/flake8
42-
rev: 3.8.4
42+
rev: 3.9.2
4343
hooks:
4444
- id: flake8
45-
args: ['-j8']
45+
args: [-j8]
4646
additional_dependencies:
4747
- flake8-bugbear
4848
- flake8-comprehensions
4949
- flake8-debugger
5050
- flake8-string-format
5151
- repo: https://github.com/PyCQA/isort
52-
rev: 5.7.0
52+
rev: 5.8.0
5353
hooks:
5454
- id: isort
5555
- repo: https://github.com/kynan/nbstripout
56-
rev: 0.3.9
56+
rev: 0.4.0
5757
hooks:
5858
- id: nbstripout
59-
args: ['--keep-count', '--keep-output']
59+
args: [--keep-count, --keep-output]

0 commit comments

Comments
 (0)