Skip to content

Commit

Permalink
Merge pull request #169 from AI-SDC/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
rpreen authored Oct 10, 2023
2 parents e96f64f + f339631 commit 184a141
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repos:

# Standard hooks
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: check-merge-conflict
- id: end-of-file-fixer
Expand All @@ -26,7 +26,7 @@ repos:

# Check for spelling
- repo: https://github.com/codespell-project/codespell
rev: v2.2.5
rev: v2.2.6
hooks:
- id: codespell
args: ["-L", "tre"]
Expand All @@ -39,7 +39,7 @@ repos:
# Upgrade old Python syntax
- repo: https://github.com/asottile/pyupgrade
rev: v3.13.0
rev: v3.15.0
hooks:
- id: pyupgrade
args: [--py310-plus]
Expand Down
2 changes: 1 addition & 1 deletion docs/ACRO_For_Researchers.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ The finalise function will:

## Frequently Asked Questions
### What if I want to run my code many times before I decide exactly what to send for approval?
ACRO naturally suppors this way of working. It will not produce the output folder until you are satisfied and add acro.finalise() to the end of your script.
ACRO naturally supports this way of working. It will not produce the output folder until you are satisfied and add acro.finalise() to the end of your script.
### Why is my data exported as unformatted .csv files?
The outputs are saved in row format (as csv files) for the output checkers to check and make decisions. Although, you can change the format, if you like, the csv files should be there for the checking.
### Why is ACRO Python-based ‘under-the-hood’?
Expand Down
2 changes: 1 addition & 1 deletion test/test_stata_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ def test_stata_rename_outputs():


def test_stata_incomplete_output_commands():
"""Tests handling incomplete or wony outpu commands
"""Tests handling incomplete or wrong output commands
assumes simple table has been created by earlier tests.
"""
# output to change not provided
Expand Down

0 comments on commit 184a141

Please sign in to comment.