Skip to content

Commit

Permalink
Updated precommit and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
KulikDM committed Nov 5, 2023
1 parent 43ca836 commit 7594361
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ repos:
name: Sort imports

- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.0.292
rev: v0.1.4
hooks:
- id: ruff
args: [--exit-non-zero-on-fix, --fix, --line-length=180]
Expand Down
2 changes: 1 addition & 1 deletion docs/confidence.rst
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ is calculated as follows:

- The upper and lower confidence intervals of this distribution can be
calculated using the confidence interval equation for a sample given
by :math:`CI = z \frac{\sigma}{\sqrt{n}}` where :math:`z, \sigma, and
by :math:`CI = z \frac{\sigma}{\sqrt{n}}` where :math:`z, \sigma,
n` the t-distribution critical value for a selected confidence level
for a sample size, the standard deviation of the distribution, and
the number of datapoints within the sample respectively.
Expand Down

0 comments on commit 7594361

Please sign in to comment.