From 4f662763e6b97c3288497e653d394681427694ac Mon Sep 17 00:00:00 2001 From: Casper da Costa-Luis Date: Sat, 3 Aug 2024 22:18:22 +0100 Subject: [PATCH] bump deps & linters --- .pre-commit-config.yaml | 2 +- environment.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5eb5e3c4..34c8344a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -39,7 +39,7 @@ repos: - pytest-timeout - pytest-asyncio - repo: https://github.com/PyCQA/flake8 - rev: 7.0.0 + rev: 7.1.0 hooks: - id: flake8 args: [-j8] diff --git a/environment.yml b/environment.yml index 107d1b90..a8347fe7 100644 --- a/environment.yml +++ b/environment.yml @@ -43,5 +43,5 @@ dependencies: - pip: - py-make >=0.1.0 # `make/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`