Skip to content

Commit

Permalink
pre-commit version change
Browse files Browse the repository at this point in the history
  • Loading branch information
Maitreyapatel committed Mar 1, 2023
1 parent 56163f2 commit 7644c14
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/code-quality-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
uses: actions/setup-python@v2

- name: Run pre-commits
uses: pre-commit/action@v2.0.3
uses: pre-commit/action@v3.0.0
2 changes: 1 addition & 1 deletion .github/workflows/code-quality-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ jobs:
run: echo '${{ steps.file_changes.outputs.files}}'

- name: Run pre-commits
uses: pre-commit/action@v2.0.3
uses: pre-commit/action@v3.0.0
with:
extra_args: --files ${{ steps.file_changes.outputs.files}}
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ hydra-optuna-sweeper==1.2.0

# --------- others --------- #
pyrootutils # standardizing the project root setup
pre-commit==2.21.0 # hooks for applying linters on commit
pre-commit # hooks for applying linters on commit
rich # beautiful text formatting in terminal
pytest # tests
sh # for running bash commands in some tests

0 comments on commit 7644c14

Please sign in to comment.