Skip to content

Commit

Permalink
Updated pyproject.toml to fix the changes made in pypa/setuptools#4159
Browse files Browse the repository at this point in the history
Updated pre-commit deps
  • Loading branch information
PatrickBaus committed Jun 22, 2024
1 parent aae49eb commit a87de45
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
# Check for invalid files
- id: check-toml
Expand All @@ -14,15 +14,15 @@ repos:
args: [--fix=lf]
- id: check-executables-have-shebangs
- repo: https://github.com/psf/black
rev: 23.9.1
rev: 24.4.2
hooks:
- id: black
- repo: https://github.com/asottile/blacken-docs
rev: 1.16.0
hooks:
- id: blacken-docs
- repo: https://github.com/PyCQA/isort
rev: 5.12.0
rev: 5.13.2
hooks:
- id: isort
- repo: local
Expand All @@ -34,6 +34,6 @@ repos:
types: [python]
require_serial: true
- repo: https://github.com/pre-commit/mirrors-mypy
rev: 'v1.5.1'
rev: 'v1.10.0'
hooks:
- id: mypy
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[project]
name = "tinkerforge_async"
name = "tinkerforge-async"
authors = [
{ name="Patrick Baus", email="[email protected]" },
]
Expand Down

0 comments on commit a87de45

Please sign in to comment.