Skip to content

Commit

Permalink
Merge branch 'master' into drop-python38
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeitsperre authored Jan 29, 2024
2 parents ca84199 + 8db48d8 commit 8bd6efc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ repos:
- id: yamllint
args: [ '--config-file=.yamllint.yaml' ]
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 24.1.0
rev: 24.1.1
hooks:
- id: black
- repo: https://github.com/PyCQA/isort
Expand Down Expand Up @@ -61,7 +61,7 @@ repos:
- id: nbqa-pyupgrade
args: [ '--py39-plus' ]
- id: nbqa-black
additional_dependencies: [ 'black==24.1.0' ]
additional_dependencies: [ 'black==24.1.1' ]
- id: nbqa-isort
- repo: https://github.com/kynan/nbstripout
rev: 0.6.1
Expand All @@ -73,7 +73,7 @@ repos:
rev: v0.3.9
hooks:
- id: blackdoc
additional_dependencies: [ 'black==24.1.0' ]
additional_dependencies: [ 'black==24.1.1' ]
exclude: '(xclim/indices/__init__.py|docs/installation.rst)'
- repo: https://github.com/gitleaks/gitleaks
rev: v8.18.1
Expand Down
7 changes: 3 additions & 4 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ dependencies:
# Extras
- flox
# Testing and development dependencies
- black ==24.1.0
- black ==24.1.1
- blackdoc ==0.3.9
# - bump-my-version # The conda package is not as up-to-date as the PyPI package.
- bump-my-version >=0.17.1
- cairosvg
- codespell
- coverage
Expand All @@ -57,7 +57,7 @@ dependencies:
- pre-commit
- pybtex
- pylint
- pytest
- pytest <8.0 # Pinned due to breakage with xdoctest. See: https://github.com/Erotemic/xdoctest/issues/151
- pytest-cov
- pytest-socket
- pytest-xdist >=3.2
Expand All @@ -76,6 +76,5 @@ dependencies:
- yamllint
- pip
- pip:
- bump-my-version >=0.17.1 # The conda package is not as up-to-date as the PyPI package.
- flake8-alphabetize
- sphinxcontrib-svg2pdfconverter
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ dependencies = [
[project.optional-dependencies]
dev = [
# Dev tools and testing
"black ==24.1.0",
"black ==24.1.1",
"blackdoc ==0.3.9",
"bump-my-version >=0.17.1",
"codespell",
Expand All @@ -76,7 +76,7 @@ dev = [
"pre-commit >=2.9",
"pybtex",
"pylint",
"pytest",
"pytest <8.0", # Pinned due to breakage with xdoctest. See: https://github.com/Erotemic/xdoctest/issues/151
"pytest-cov",
"pytest-socket",
"pytest-xdist[psutil] >=3.2",
Expand Down

0 comments on commit 8bd6efc

Please sign in to comment.