mirror of https://github.com/tqdm/tqdm.git
bump deps & linters
This commit is contained in:
parent
54796cc151
commit
4f662763e6
|
@ -39,7 +39,7 @@ repos:
|
||||||
- pytest-timeout
|
- pytest-timeout
|
||||||
- pytest-asyncio
|
- pytest-asyncio
|
||||||
- repo: https://github.com/PyCQA/flake8
|
- repo: https://github.com/PyCQA/flake8
|
||||||
rev: 7.0.0
|
rev: 7.1.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: flake8
|
- id: flake8
|
||||||
args: [-j8]
|
args: [-j8]
|
||||||
|
|
|
@ -43,5 +43,5 @@ dependencies:
|
||||||
- pip:
|
- pip:
|
||||||
- py-make >=0.1.0 # `make/pymake`
|
- py-make >=0.1.0 # `make/pymake`
|
||||||
- mkdocs-minify-plugin # `cd docs && pymake`
|
- mkdocs-minify-plugin # `cd docs && pymake`
|
||||||
- git+https://github.com/tqdm/jsmin@python3-only#egg=jsmin # `cd docs && pymake`
|
- git+https://github.com/tqdm/jsmin@fix-pip#egg=jsmin # `cd docs && pymake`
|
||||||
- pydoc-markdown >=4.6 # `cd docs && pymake`
|
- pydoc-markdown >=4.6 # `cd docs && pymake`
|
||||||
|
|
Loading…
Reference in New Issue