diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 756df63..131b1b8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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 @@ -14,7 +14,7 @@ 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 @@ -22,7 +22,7 @@ repos: hooks: - id: blacken-docs - repo: https://github.com/PyCQA/isort - rev: 5.12.0 + rev: 5.13.2 hooks: - id: isort - repo: local @@ -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 diff --git a/pyproject.toml b/pyproject.toml index 8450ea2..92d13bc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [project] -name = "tinkerforge_async" +name = "tinkerforge-async" authors = [ { name="Patrick Baus", email="patrick.baus@physik.tu-darmstadt.de" }, ]