Skip to content

Commit 86f7169

Browse files
authored
Merge branch 'main' into fix_full_buffer
2 parents c3f1a1e + ac88391 commit 86f7169

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@ repos:
3737
exclude: "^src/_nebari/template/"
3838

3939
- repo: https://github.com/crate-ci/typos
40-
rev: dictgen-v0.3.1
40+
rev: typos-dict-v0.12.4
4141
hooks:
4242
- id: typos
4343

4444
- repo: https://github.com/codespell-project/codespell
45-
rev: v2.3.0
45+
rev: v2.4.1
4646
hooks:
4747
- id: codespell
4848
args:
@@ -55,19 +55,19 @@ repos:
5555

5656
# python
5757
- repo: https://github.com/psf/black
58-
rev: 24.10.0
58+
rev: 25.1.0
5959
hooks:
6060
- id: black
6161
args: ["--line-length=88", "--exclude=/src/_nebari/template/"]
6262

6363
- repo: https://github.com/astral-sh/ruff-pre-commit
64-
rev: v0.8.6
64+
rev: v0.9.4
6565
hooks:
6666
- id: ruff
6767
args: ["--fix"]
6868

6969
- repo: https://github.com/pycqa/isort
70-
rev: 5.13.2
70+
rev: 6.0.0
7171
hooks:
7272
- id: isort
7373
name: isort
@@ -77,7 +77,7 @@ repos:
7777

7878
# terraform
7979
- repo: https://github.com/antonbabenko/pre-commit-terraform
80-
rev: v1.96.3
80+
rev: v1.97.2
8181
hooks:
8282
- id: terraform_fmt
8383
args:

src/_nebari/stages/infrastructure/template/aws/modules/network/main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ resource "aws_security_group" "main" {
6262
cidr_blocks = [var.vpc_cidr_block]
6363
}
6464

65+
#trivy:ignore:AVD-AWS-0104
6566
egress {
6667
description = "Allow all ports and protocols to exit the security group"
6768
from_port = 0

0 commit comments

Comments
 (0)