Skip to content
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
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ tests/__pycache__
.coverage
.vscode
venv
fixtures/*
!fixtures/.keep
*.sedbck
tmp
.mypy_cache
16 changes: 5 additions & 11 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ci:
# Defer autoupdate to quarterly (there is no 'off' button) to have renovate pick up first
autoupdate_schedule: quarterly
skip: [pylint, markdownlint, testing, fixtures]
skip: [pylint, markdownlint, testing]
submodules: true

default_language_version:
Expand Down Expand Up @@ -60,10 +60,6 @@ repos:
rev: v1.31.0
hooks:
- id: yamllint
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.0.0-alpha.9-for-vscode
hooks:
- id: prettier
- repo: https://github.com/cdce8p/python-typing-update
rev: v0.5.1
hooks:
Expand Down Expand Up @@ -108,12 +104,10 @@ repos:
entry: /usr/bin/env bash -c 'exec env GITHUB_ACTIONS="1" scripts/tests_and_coverage.sh test_and_coverage'
language: script
pass_filenames: false
- id: fixtures
name: "Fixture formatting"
# yamllint disable-line rule:line-length
entry: /usr/bin/env bash -c 'exec env GITHUB_ACTIONS="1" scripts/tests_and_coverage.sh fixtures'
language: script
pass_filenames: false
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.0.0-alpha.9-for-vscode
hooks:
- id: prettier
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.34.0
hooks:
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Ongoing

- Improve fixture generation and manual fixtures
- Improve fixture generation and manual fixtures, exposing (prettier-ed) fixtures

## v0.31.3: Typing updates, improved fixture generation and manual mode-changes

Expand Down
1 change: 0 additions & 1 deletion fixtures/.keep

This file was deleted.

Loading