Skip to content

Commit

Permalink
Merge pull request #273 from ONSdigital/921_output_backdata
Browse files Browse the repository at this point in the history
RDRP-921 output backdata for imputation
  • Loading branch information
AnneONS authored Jul 24, 2024
2 parents e90ee48 + ad32dd8 commit 4d5eee4
Show file tree
Hide file tree
Showing 17 changed files with 406 additions and 1,856 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@ repos:
- id: black
name: black - consistent Python code formatting (auto-fixes)
language_version: python # Should be a command that runs python3.6+
exclude: .*/tests/.*|^\.cruft\.json$|.*\tests\.*|helpers/.*
exclude: .*/tests/.*|^\.cruft\.json$|.*\tests\.*|helpers/.*|^tests
args: ["--experimental-string-processing", "--line-length=88"]
- repo: https://github.com/PyCQA/flake8
rev: 5.0.4
hooks:
- id: flake8
name: flake8 - Python linting
exclude: .*/tests*|^\.cruft\.json|helpers/.*|.*\tests*$
exclude: .*/tests*|^\.cruft\.json|helpers/.*|.*\tests*$|^tests
- repo: https://github.com/nbQA-dev/nbQA
rev: 0.12.0
hooks:
Expand Down
Loading

0 comments on commit 4d5eee4

Please sign in to comment.