Skip to content

Commit

Permalink
Merge pull request #30 from ssciwr/precommit_ci_fix
Browse files Browse the repository at this point in the history
add requests as dependency for local bump_identity hook and set language to python
  • Loading branch information
dokempf authored May 3, 2024
2 parents 8839484 + 635dee6 commit 733f7ec
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
8 changes: 6 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,14 @@ repos:
- id: synchronize-files
name: Synchronize files within the repository
entry: python sync.py
language: system
language: python
always_run: true
pass_filenames: false
- id: bump-precommit-and-identify
name: Bump versions of pre-commit and identify
entry: python bump_identify.py
language: system
language: python
additional_dependencies: [requests]
always_run: true
pass_filenames: false

Expand Down Expand Up @@ -95,3 +96,6 @@ repos:
hooks:
- id: check-readthedocs # Validate the given .readthedocs.yml file
- id: check-dependabot # Validate the given dependabot.yml file

ci:
skip: [bump-precommit-and-identify]
8 changes: 6 additions & 2 deletions precommend/.pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,14 @@ repos:
- id: synchronize-files
name: Synchronize files within the repository
entry: python sync.py
language: system
language: python
always_run: true
pass_filenames: false
- id: bump-precommit-and-identify
name: Bump versions of pre-commit and identify
entry: python bump_identify.py
language: system
language: python
additional_dependencies: [requests]
always_run: true
pass_filenames: false

Expand Down Expand Up @@ -95,3 +96,6 @@ repos:
hooks:
- id: check-readthedocs # Validate the given .readthedocs.yml file
- id: check-dependabot # Validate the given dependabot.yml file

ci:
skip: [bump-precommit-and-identify]

0 comments on commit 733f7ec

Please sign in to comment.