mirror of
https://github.com/lucaspalomodevelop/netbox-acls.git
synced 2026-03-12 23:27:23 +00:00
correct missing deps for pre-commit
This commit is contained in:
parent
7976ef9b96
commit
3c1f892966
@ -6,7 +6,7 @@ ARG DEBIAN_FRONTEND=noninteractive
|
||||
|
||||
# Install APT packages
|
||||
RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
|
||||
&& apt-get -y install --no-install-recommends curl git make openssh-client sudo wget zsh \
|
||||
&& apt-get -y install --no-install-recommends curl git make openssh-client python3.10-dev sudo wget zsh \
|
||||
&& apt-get autoremove -y && apt-get clean -y && rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# Install development & ide dependencies
|
||||
|
||||
@ -29,7 +29,7 @@ repos:
|
||||
args:
|
||||
- "--py36-plus"
|
||||
- repo: https://github.com/PyCQA/flake8
|
||||
rev: 4.0.1
|
||||
rev: 5.0.4
|
||||
hooks:
|
||||
- id: flake8
|
||||
- repo: https://github.com/asottile/pyupgrade
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user