Skip to content

Commit

Permalink
pre-commit autoupdate an pin pymbar <4 (#217)
Browse files Browse the repository at this point in the history
* [pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/PyCQA/flake8: 4.0.1 → 5.0.2](PyCQA/flake8@4.0.1...5.0.2)

* Decrease update frequency to quarterly

* Pin `pymbar <4`

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Matthew W. Thompson <mattwthompson@protonmail.com>
  • Loading branch information
pre-commit-ci[bot] and mattwthompson committed Aug 2, 2022
1 parent 4a74fb0 commit 2097227
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
@@ -1,5 +1,5 @@
ci:
autoupdate_schedule: "monthly"
autoupdate_schedule: "quarterly"
repos:
- repo: https://github.com/psf/black
rev: 22.6.0
Expand All @@ -12,7 +12,7 @@ repos:
- id: isort
files: ^physical_validation
- repo: https://github.com/PyCQA/flake8
rev: 4.0.1
rev: 5.0.2
hooks:
- id: flake8
files: ^physical_validation
2 changes: 1 addition & 1 deletion devtools/conda-envs/test_env.yaml
Expand Up @@ -18,4 +18,4 @@ dependencies:
- numpy
- scipy
- matplotlib
- pymbar
- pymbar <4 # See issue #216

0 comments on commit 2097227

Please sign in to comment.