Skip to content

Commit

Permalink
Merge pull request #25 from Zstone19/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
Zstone19 committed Feb 2, 2024
2 parents e518f26 + 94336cb commit 2dad159
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: check-yaml
- id: no-commit-to-branch
Expand All @@ -22,7 +22,7 @@ repos:
- repo: https://github.com/pycqa/isort
rev: 5.12.0
rev: 5.13.2
hooks:
- id: isort
name: isort (python)
Expand All @@ -34,6 +34,6 @@ repos:
- repo: https://github.com/alan-turing-institute/CleverCSV-pre-commit
rev: v0.8.0
rev: v0.8.2
hooks:
- id: clevercsv-standardize
2 changes: 1 addition & 1 deletion src/pypetal/pyroa/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@ def run_pyroa(fnames, lc_dir, line_dir, line_names,
The name of the object, will be used for plot and for the saved PyROA light curve data. If ``None``, will be set to "pyroa".
prior_func : function, optional
A function to use to get the priors for PyROA. Must have the same arguments as ``pypetal.pyroa.utils.get_priors`` except for the ``delimiter`` argument.
A function to use to get the priors for PyROA. Must have the same arguments as ``pypetal.pyroa.utils.get_priors`` except for the ``delimiter`` argument.
If ``None``, will use the default priors. Default is ``None``.
line_names : list of str
Expand Down

0 comments on commit 2dad159

Please sign in to comment.