Skip to content

Commit

Permalink
Update pre-commit (apache#716)
Browse files Browse the repository at this point in the history
  • Loading branch information
eladkal authored Dec 20, 2022
1 parent b2a8d69 commit bedc9a2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ repos:
- id: check-hooks-apply
- id: check-useless-excludes
- repo: https://github.com/Lucas-C/pre-commit-hooks
rev: v1.1.7
rev: v1.3.1
hooks:
- id: forbid-tabs
exclude: ^\.gitmodules$
Expand Down Expand Up @@ -141,7 +141,7 @@ repos:
files: \.js$
exclude: ^sphinx_airflow_theme/
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.3.0
rev: v4.4.0
hooks:
- id: check-executables-have-shebangs
- id: check-json
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
pre-commit==1.18.3
PyYAML==5.3.1
pre-commit==2.20.0
PyYAML==6.0
semver==2.13.0

0 comments on commit bedc9a2

Please sign in to comment.