Skip to content

Commit

Permalink
Update dependencies (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
durandtibo authored Jan 9, 2024
1 parent 87f860d commit c7170e3
Show file tree
Hide file tree
Showing 4 changed files with 923 additions and 839 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@ default_stages: [ commit ]

repos:
- repo: https://github.com/asottile/pyupgrade
rev: v3.3.1
rev: v3.15.0
hooks:
- id: pyupgrade
args: [--py38-plus]
- repo: https://github.com/PyCQA/docformatter
rev: v1.5.1
rev: v1.7.5
hooks:
- id: docformatter
args: [ --in-place ]
- repo: https://github.com/pycqa/isort
rev: 5.12.0
rev: 5.13.2
hooks:
- id: isort
name: isort (python)
Expand All @@ -26,7 +26,7 @@ repos:
name: isort (pyi)
types: [ pyi ]
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: end-of-file-fixer
- id: trailing-whitespace
Expand All @@ -40,6 +40,6 @@ repos:
- id: python-check-blanket-noqa
- id: python-use-type-annotations
- repo: https://github.com/pycqa/flake8
rev: 6.0.0
rev: 7.0.0
hooks:
- id: flake8
2 changes: 1 addition & 1 deletion environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ channels:
- anaconda
- conda-forge
dependencies:
- python=3.9
- python=3.11
Loading

0 comments on commit c7170e3

Please sign in to comment.