From 3d47dc33b4af6110d7c240aa5fd06d2c6f68b4ae Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 17:22:42 +0000 Subject: [PATCH 1/2] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.4.0...v4.5.0) - [github.com/codespell-project/codespell: v2.2.5 → v2.2.6](https://github.com/codespell-project/codespell/compare/v2.2.5...v2.2.6) - [github.com/asottile/pyupgrade: v3.13.0 → v3.15.0](https://github.com/asottile/pyupgrade/compare/v3.13.0...v3.15.0) --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 910fe12..05ce7bf 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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 @@ -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"] @@ -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] From f3396315f4bfb3a8c926abaeee7b0d9c23bbf53c Mon Sep 17 00:00:00 2001 From: Richard Preen Date: Tue, 10 Oct 2023 13:21:29 +0100 Subject: [PATCH 2/2] fix spelling --- docs/ACRO_For_Researchers.md | 2 +- test/test_stata_interface.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/ACRO_For_Researchers.md b/docs/ACRO_For_Researchers.md index 5b778e1..4a42bd3 100644 --- a/docs/ACRO_For_Researchers.md +++ b/docs/ACRO_For_Researchers.md @@ -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’? diff --git a/test/test_stata_interface.py b/test/test_stata_interface.py index 059091b..5cec20e 100644 --- a/test/test_stata_interface.py +++ b/test/test_stata_interface.py @@ -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