Skip to content

Commit

Permalink
Update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
OMEGARAZER committed May 5, 2023
1 parent 90838de commit cf2a3b8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,20 @@ repos:
args: ["--preview"]

- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.0.262
rev: v0.0.264
hooks:
- id: ruff
name: ruff
args: ["--fixable=I","--fix"]

- repo: https://github.com/dosisod/refurb
rev: v1.15.0
rev: v1.16.0
hooks:
- id: refurb
name: refurb

- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.33.0
rev: v0.34.0
hooks:
- id: markdownlint
name: markdownlint
Expand Down
2 changes: 1 addition & 1 deletion bdfrx/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.0.4"
__version__ = "1.0.5"
11 changes: 6 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies = [
"click>=8.0.0",
"praw>=7.2.0",
"pyyaml>=5.4.1",
"requests>=2.28.2",
"requests>=2.30.0",
"yt-dlp>=2023.3.4",
]
dynamic = ["version"]
Expand All @@ -40,10 +40,11 @@ package-data = {"bdfrx" = ["default_config.cfg", "bdfrx.db",]}

[project.optional-dependencies]
dev = [
"black>=23.1.0",
"pre-commit>=3.0.4",
"pytest>=7.2.1",
"ruff>=0.0.262",
"black>=23.3.0",
"pre-commit>=3.3.1",
"pytest>=7.3.1",
"refurb>=1.16.0",
"ruff>=0.0.264",
]

[project.urls]
Expand Down

0 comments on commit cf2a3b8

Please sign in to comment.