Skip to content

Commit

Permalink
Update pre-commit deps in conda/dev.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
altheaden committed Oct 9, 2024
1 parent 25e6674 commit a51708f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions conda/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ dependencies:
# Developer Tools
# =================
# If versions are updated, also update 'rev' in `.pre-commit-config.yaml`
- black=22.8.0 # version from https://anaconda.org/conda-forge/black
- flake8=5.0.4 # version from https://anaconda.org/conda-forge/flake8
- black=24.10.0 # version from https://anaconda.org/conda-forge/black
- flake8=7.1.1 # version from https://anaconda.org/conda-forge/flake8
# This line also implicitly installs isort
- flake8-isort=4.2.0 # version from https://anaconda.org/conda-forge/flake8-isort
- mypy=0.982 # version from https://anaconda.org/conda-forge/mypy
- pre-commit=2.20.0 # version from https://anaconda.org/conda-forge/pre-commit
- flake8-isort=7.1.1 # version from https://anaconda.org/conda-forge/flake8-isort
- mypy=1.11.2 # version from https://anaconda.org/conda-forge/mypy
- pre-commit=5.5.0 # version from https://anaconda.org/conda-forge/pre-commit
- tbump=6.9.0
# Documentation
# If versions are updated, also update in `.github/workflows/build_workflow.yml`
Expand Down

0 comments on commit a51708f

Please sign in to comment.