Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
franneck94 committed Mar 10, 2024
1 parent a9095e8 commit 66f5b62
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 16 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repos:
- id: check-toml

- repo: https://github.com/nbQA-dev/nbQA
rev: 1.7.1
rev: 1.8.4
hooks:
- id: nbqa-isort

Expand All @@ -21,20 +21,20 @@ repos:
- id: isort

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.2.1
rev: v0.3.2
hooks:
- id: ruff-format
types_or: [python, pyi, jupyter]

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: 'v0.2.0'
rev: 'v0.3.2'
hooks:
- id: ruff
types_or: [python, pyi, jupyter]
args: [ --fix, --exit-non-zero-on-fix ]

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.8.0
rev: v1.9.0
hooks:
- id: mypy
language: system
Expand Down
25 changes: 13 additions & 12 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,36 +1,37 @@
# Packaging
# python -m pip install -U pip
build>=1.0.3
build>=1.1.1
twine>=5.0.0
setuptools>=69.1.0
setuptools>=69.1.1

# Jupyter
ipython>=8.21.0
ipykernel>=6.29.2
ipython>=8.18.1
ipykernel>=6.29.3

# Linting/Formatting
ruff>=0.2.1
ruff>=0.3.2
black>=24.2.0
isort>=5.13.2

# Tooling
pre-commit>=3.6.1
pre-commit>=3.6.2
nbQA==1.8.4

# Type Checker
mypy>=1.8.0
mypy>=1.9.0
mypy-extensions>=1.0.0
pyright>=1.1.350
pyright>=1.1.353

# Testing
pytest>=8.0.0
pytest>=8.1.1
pytest-cov>=4.1.0
pytest-benchmark>=4.0.0
codecov>=2.1.13
tox>=4.12.1
tox>=4.14.1

# Documentation
mkdocs>=1.5.3
mkdocstrings>=0.24.0
mkdocs-material>=9.5.9
mkdocstrings>=0.24.1
mkdocs-material>=9.5.13
mkdocstrings-python>=1.8.0
Pygments>=2.17.2

0 comments on commit 66f5b62

Please sign in to comment.