Skip to content

Commit

Permalink
Merge branch 'master' into fix/fieldset-layout
Browse files Browse the repository at this point in the history
  • Loading branch information
fsbraun authored Feb 12, 2024
2 parents a617c50 + 5934437 commit f393887
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ jobs:
pip install -r tests/requirements/${{ matrix.requirements-file }}
coverage run setup.py test
- name: Upload Coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ repos:
- id: isort
name: isort (python)
- repo: https://github.com/PyCQA/flake8
rev: 6.1.0
rev: 7.0.0
hooks:
- id: flake8
additional_dependencies:
Expand Down

0 comments on commit f393887

Please sign in to comment.