Skip to content

Commit

Permalink
Merge pull request #2 from ssciwr/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
dokempf authored Feb 14, 2022
2 parents 6d9b69c + 63b5cb8 commit 5a51c3a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

- uses: actions/setup-python@v2
name: Install Python

- name: Build source distribution
run: |
python setup.py sdist
Expand Down
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ repos:

# Run Black - the uncompromising Python code formatter
- repo: https://github.com/psf/black
rev: 21.9b0
rev: 22.1.0
hooks:
- id: black-jupyter

# Add some general purpose useful hooks
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.0.1
rev: v4.1.0
hooks:
# Make sure that contained YAML files are well-formed
- id: check-yaml
Expand Down

0 comments on commit 5a51c3a

Please sign in to comment.