Skip to content

Commit

Permalink
chore: specify versions of flake8 plugins (#73)
Browse files Browse the repository at this point in the history
Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>
  • Loading branch information
kenji-miyake authored May 21, 2022
1 parent 980b659 commit 7e71abd
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
additional_dependencies:
[
flake8==4.0.1,
flake8-blind-except,
flake8-builtins,
flake8-class-newline,
flake8-comprehensions,
flake8-deprecated,
flake8-docstrings,
flake8-import-order,
flake8-quotes,
flake8-blind-except==0.2.1,
flake8-builtins==1.5.3,
flake8-class-newline==1.6.0,
flake8-comprehensions==3.10.0,
flake8-deprecated==1.3,
flake8-docstrings==1.6.0,
flake8-import-order==0.18.1,
flake8-quotes==3.3.1,
]

- id: prettier-xacro
Expand Down

0 comments on commit 7e71abd

Please sign in to comment.