Skip to content

Commit

Permalink
style(pre-commit): autofix
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Feb 19, 2024
1 parent 2a1c637 commit 77c443f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .hadolint.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
ignored:
- DL3008 # Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
- DL3013 # Pin versions in pip. Instead of `pip install <package>`, use `pip install <package>==<version>`
ignored:
- DL3008 # Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
- DL3013 # Pin versions in pip. Instead of `pip install <package>`, use `pip install <package>==<version>`

0 comments on commit 77c443f

Please sign in to comment.