Skip to content

Commit

Permalink
build(poetry): updated config
Browse files Browse the repository at this point in the history
  • Loading branch information
shinybrar committed Aug 24, 2023
1 parent 5fbbf36 commit 582c363
Show file tree
Hide file tree
Showing 3 changed files with 120 additions and 9 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ repos:
- --max-complexity=15
id: flake8
repo: https://github.com/pycqa/flake8
rev: 6.0.0
rev: 6.1.0
- hooks:
- args:
- --py36-plus
id: pyupgrade
repo: https://github.com/asottile/pyupgrade
rev: v3.9.0
rev: v3.10.1
- hooks:
- id: black
repo: https://github.com/psf/black
Expand All @@ -39,7 +39,7 @@ repos:
- --no-implicit-optional
id: mypy
repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.4.1
rev: v1.5.1
- hooks:
- args:
- --convention=google
Expand All @@ -50,7 +50,7 @@ repos:
- hooks:
- id: blacken-docs
repo: https://github.com/asottile/blacken-docs
rev: 1.15.0
rev: 1.16.0
- hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand Down Expand Up @@ -95,4 +95,4 @@ repos:
stages:
- commit-msg
repo: https://github.com/commitizen-tools/commitizen
rev: 3.5.3
rev: 3.6.0
111 changes: 108 additions & 3 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 7 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@ authors = ["Emmanuel Fonseca <[email protected]>"]
license = "MIT"
readme = "README.md"
keywords = ["frb", "radio burst", "pulsar", "dispersion measure"]
url = "https://github.com/CHIMEFRB/fitburst"
homepage = "https://github.com/CHIMEFRB/fitburst"
documentation = "https://chimefrb.github.io/fitburst/"

[tool.poetry.urls]
"Bug Tracker" = "https://github.com/CHIMEFRB/fitburst/issues"
"Source" = "https://github.com/CHIMEFRB/fitburst"

[tool.poetry.dependencies]
python = "^3.8"
Expand All @@ -17,6 +22,7 @@ pytz = "^2023.3"
pyyaml = ">=5.3"
requests = ">=2.0"
scipy = ">=1.5"
cfod = {git = "https://github.com/chime-frb-open-data/chime-frb-open-data.git"}


[tool.poetry.group.chimefrb.dependencies]
Expand Down

0 comments on commit 582c363

Please sign in to comment.