Skip to content

Commit 6973c8d

Browse files
committed
🚨 FIX: Vale warnings
1 parent ff99867 commit 6973c8d

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

‎_vale/config/vocabularies/Docker/accept.txt‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
(?i)[A-Z]{2,}'?s
22
Amazon
33
Anchore
4+
Aleksandrov
45
Apple
56
Artifactory
67
Azure
@@ -73,6 +74,7 @@ Intune
7374
iptables
7475
IPv[46]
7576
IPvlan
77+
isort
7678
Jamf
7779
JetBrains
7880
JFrog
@@ -124,6 +126,8 @@ PKG
124126
Postgres
125127
PowerShell
126128
Python
129+
Pyright
130+
pyright
127131
rollback
128132
rootful
129133
runc

‎content/guides/python/containerize.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,4 +375,4 @@ Related information:
375375

376376
## Next steps
377377

378-
In the next section, you'll take a look at how to set up a local development environment using docker containers.
378+
In the next section, you'll take a look at how to set up a local development environment using Docker containers.

‎content/guides/python/lint-format-typing.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Linting, Formatting and Type Checking for Python
33
linkTitle: Linting and Typing
44
weight: 25
5-
keywords: python, linting, formatting, type checking, ruff, pyright
5+
keywords: Python, linting, formatting, type checking, ruff, pyright
66
description: Learn how to set up linting, formatting and type checking for your Python application.
77
aliases:
88
- /language/python/lint-format-typing/

0 commit comments

Comments
 (0)