Skip to content

Commit

Permalink
Merge remote
Browse files Browse the repository at this point in the history
  • Loading branch information
waketzheng committed Jun 7, 2024
2 parents b7fc211 + 53f72dc commit cf73877
Show file tree
Hide file tree
Showing 4 changed files with 72 additions and 72 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ jobs:
- name: 'Checkout Repository'
uses: actions/[email protected]
- name: 'Dependency Review'
uses: actions/[email protected].2
uses: actions/[email protected].3
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ repos:
- id: remove-tabs
exclude: 'Makefile'
- repo: https://github.com/asottile/reorder-python-imports
rev: v3.12.0
rev: v3.13.0
hooks:
- id: reorder-python-imports
args: [--py38-plus]
Expand Down Expand Up @@ -142,7 +142,7 @@ repos:
# - -iTRY301
# files: coveralls/.*
- repo: https://github.com/hhatto/autopep8
rev: v2.1.1
rev: v2.2.0
hooks:
- id: autopep8
args: [-a, -i, -p2]
Expand Down
Loading

0 comments on commit cf73877

Please sign in to comment.