Skip to content

Commit

Permalink
CI updates
Browse files Browse the repository at this point in the history
This is done by the automated script named upgrade-ci-2025
  • Loading branch information
sbrunner committed Jan 7, 2025
1 parent bae0003 commit bbc4844
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,3 +83,30 @@ repos:
rev: 0.8.0
hooks:
- id: python-versions
- repo: https://github.com/sbrunner/jsonschema-validator
rev: 0.3.2
hooks:
- id: jsonschema-validator
files: |-
(?x)^(
\.editorconfig
|\.gitattributes
|\.github/publish\.yaml
|\.github/renovate\.json5
|\.github/workflows/main\.yaml
|\.github/workflows/pull\-request\-automation\.yaml
|\.gitignore
|\.pre\-commit\-config\.yaml
|\.prospector\.yaml
|\.travis\.yml
|\.whitesource
|LICENSE
|MANIFEST\.in
|README\.md
|bashcolor/__init__\.py
|bashcolor/py\.typed
|ci/requirements\.txt
|poetry\.lock
|pyproject\.toml
|requirements\.txt
)$

0 comments on commit bbc4844

Please sign in to comment.