Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pre-commit.ci] pre-commit autoupdate #248

Merged
merged 2 commits into from
Jan 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
repos:
- repo: https://github.com/psf/black
rev: 23.9.1
rev: 23.12.1
hooks:
- id: black
args:
- --line-length=79
- --safe

- repo: https://github.com/PyCQA/flake8
rev: 6.1.0
rev: 7.0.0
hooks:
- id: flake8
language_version: python3
Expand All @@ -18,7 +18,7 @@ repos:
- --per-file-ignores=./app/api/models.py:F722

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: check-yaml
- id: pretty-format-json
Expand All @@ -27,13 +27,13 @@ repos:
- "--no-sort-keys"

- repo: https://github.com/pycqa/isort
rev: 5.12.0
rev: 5.13.2
hooks:
- id: isort
args: ["--profile", "black", "--filter-files"]

- repo: https://github.com/codespell-project/codespell
rev: v2.2.5
rev: v2.2.6
hooks:
- id: codespell
exclude: ^vocab/backup_external/
Expand Down
2 changes: 1 addition & 1 deletion vocab/backup_external/cogatlas_task.json
Original file line number Diff line number Diff line change
Expand Up @@ -11080,4 +11080,4 @@
"definition_text": "The Future Events Structured Interview is a measure that assesses a child\u2019s future-thinking processes. The measure captures different categories of descriptive details the child uses to describe future events in his or her life. A child participant is instructed to describe upcoming events aloud. Each interview is transcribed from audiotape and then the language is coded for frequencies of used words and phrases in the following dimensions: a) event details-internal; b) time; c) perception; d) emotion/thought; e) social; f) repetition; g) event details-external-semantic; h) external other.",
"id": "tsk_5UPYiqtoX3yUf"
}
]
]