Skip to content

Commit 9f2590d

Browse files
committed
Update project meta
1 parent 251e723 commit 9f2590d

File tree

5 files changed

+40
-40
lines changed

5 files changed

+40
-40
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ repos:
3131
args: ["--use-tuple"]
3232

3333
- repo: https://github.com/astral-sh/ruff-pre-commit
34-
rev: v0.3.4
34+
rev: v0.4.4
3535
hooks:
3636
- id: ruff
3737
args: ["--fix"]

pdm.lock

Lines changed: 36 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
2-
name = "pyproject"
2+
name = "faststream-monitoring"
33
version = "0.1.0"
4-
description = "Minimal infrastructure settings for a quick start of a python project."
4+
description = "Example of monitoring settings for FastStream."
55
requires-python = ">=3.12"
66
readme = "README.md"
77
authors = [
File renamed without changes.

tests/unit/test_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from pyproject import __version__
1+
from exchange import __version__
22

33

44
def test_version() -> None:

0 commit comments

Comments
 (0)