Skip to content

Commit

Permalink
CI: update pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
dmgav committed Feb 13, 2024
1 parent 7876c92 commit ea9b778
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,7 @@ jobs:
pip install .
pip install -r requirements-dev.txt
pip install "pydantic${{ matrix.pydantic-version }}"
# Install Bluesky from fixed branch (remove when the PR is merged)
pip install git+https://github.com/tacaswell/bluesky@fix/1event_rewind
pip install bluesky==1.11.0
pip list
- name: Test with pytest
Expand Down
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/ambv/black
rev: 24.1.1
rev: 24.2.0
hooks:
- id: black
- repo: https://github.com/pycqa/flake8
rev: 6.1.0
rev: 7.0.0
hooks:
- id: flake8
- repo: https://github.com/pycqa/isort
Expand Down

0 comments on commit ea9b778

Please sign in to comment.