Skip to content

Commit

Permalink
feat: bump
Browse files Browse the repository at this point in the history
  • Loading branch information
justmars committed Aug 11, 2024
1 parent cf6f11d commit 8ce4aad
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
5 changes: 2 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,11 @@ repos:
args: ["--django"]
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.5.1
rev: v0.5.7
hooks:
# Run the linter.
- id: ruff
types_or: [ python, pyi, jupyter ]
args: [--fix]
args: [ --fix ]
# Run the formatter.
- id: ruff-format
types_or: [ python, pyi, jupyter ]
15 changes: 8 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]
name = "citation-utils"
description = "Pattern matching Philippine Supreme Court citations."
version = "0.4.12"
version = "0.4.13"
requires-python = ">=3.11"
dependencies = [
"citation-report >= 0.1.7",
Expand All @@ -10,17 +10,18 @@ dependencies = [
[project.optional-dependencies]
dev = [
"ipykernel >= 6.29",
"pytest >= 8.2",
"pytest-cov >= 4.1",
"build >= 1.0.3",
"twine >= 4.0.2",
# testing
"pytest >= 8.3",
"pytest-cov >= 5.0",
# package
"build >= 1.2.1",
"twine >= 5.1.1"
]

[tool.pytest.ini_options]
minversion = "8.2"
minversion = "8.3"
addopts = "-ra -q -vv --cov --doctest-modules"
testpaths = ["src","tests","citation_utils"]
filterwarnings = ["ignore::DeprecationWarning"]

[tool.ruff]
line-length = 88
Expand Down

0 comments on commit 8ce4aad

Please sign in to comment.