Skip to content

Commit 720b0ab

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 7d7e0aa commit 720b0ab

File tree

345 files changed

+7614
-5538
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

345 files changed

+7614
-5538
lines changed

.curlrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ progress-bar
1010
referer = ";auto"
1111
remote-time
1212
show-error
13-
verbose
13+
verbose

.gnupg/gpg-agent.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ pinentry-program /usr/bin/pinentry-curses
1010
#pinentry-program /usr/bin/pinentry-qt
1111
#pinentry-program /usr/local/bin/pinentry-curses
1212
#pinentry-program /usr/local/bin/pinentry-mac
13-
#pinentry-program /opt/homebrew/bin/pinentry-mac
13+
#pinentry-program /opt/homebrew/bin/pinentry-mac

.gnupg/gpg.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,4 @@ throw-keyids
5757
# Verbose output
5858
#verbose
5959
# Show expired subkeys
60-
#list-options show-unusable-subkeys
60+
#list-options show-unusable-subkeys

.vscode/PythonImportHelper-v2-Completion.json

Lines changed: 568 additions & 568 deletions
Large diffs are not rendered by default.

.vscode/c_cpp_properties.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
{
2-
"configurations": [
3-
{
4-
"name": "Mac",
5-
"includePath": [
6-
"${workspaceFolder}/**",
7-
"/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Kernel.framework/Versions/A/Headers/kern",
8-
"/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Kernel.framework/Versions/A/Headers"
9-
],
10-
"defines": [],
11-
"macFrameworkPath": [
12-
"/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks"
13-
],
14-
"compilerPath": "/usr/bin/clang",
15-
"cStandard": "c17",
16-
"cppStandard": "c++17",
17-
"intelliSenseMode": "macos-clang-x64"
18-
}
19-
],
20-
"version": 4
21-
}
2+
"configurations": [
3+
{
4+
"name": "Mac",
5+
"includePath": [
6+
"${workspaceFolder}/**",
7+
"/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Kernel.framework/Versions/A/Headers/kern",
8+
"/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Kernel.framework/Versions/A/Headers"
9+
],
10+
"defines": [],
11+
"macFrameworkPath": [
12+
"/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks"
13+
],
14+
"compilerPath": "/usr/bin/clang",
15+
"cStandard": "c17",
16+
"cppStandard": "c++17",
17+
"intelliSenseMode": "macos-clang-x64"
18+
}
19+
],
20+
"version": 4
21+
}

.zshrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,4 +149,4 @@ compinit
149149

150150
fpath+=~/.zfunc
151151

152-
eval "$(direnv hook zsh)"
152+
eval "$(direnv hook zsh)"

better_anonymity

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ hello() {
126126
local text=${BASH_CLI_OPT_VALUE[1]}
127127
local enabled_uppercase=${BASH_CLI_OPT_VALUE[2]}
128128
local enabled_lowercase=${BASH_CLI_OPT_VALUE[3]}
129-
129+
130130
if [ ${enabled_uppercase} == true ]; then
131131
echo "${prefix} ${text}" | tr '[:lower:]' '[:upper:]'
132132
elif [ ${enabled_lowercase} == true ]; then
@@ -138,4 +138,3 @@ hello() {
138138
}
139139

140140
source ../base.sh
141-

bin/clean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ if [ -z "$1" ]; then
5050
echo ""
5151
else
5252
$METAMODULE $@
53-
fi
53+
fi

bin/homebrew_tap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ if [[ -x "$SCRIPT_PATH" ]]; then
1414
"$SCRIPT_PATH"
1515
else
1616
printf "WARNING: Homebrew Tap script does not exist or is not executable.\n"
17-
fi
17+
fi

blockips.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ block drop log quick from <emerging_threats> to any
1212
table <compromised_ips> persist file "@PREFIX@/etc/@NAME@/compromised-ips.txt"
1313
block drop log quick from <compromised_ips> to any
1414

15-
# THIS RULESET HAS BEEN OBSOLETED!!
15+
# THIS RULESET HAS BEEN OBSOLETED!!
1616
# http://rules.emergingthreats.net/blockrules/rbn-ips.txt
1717
#table <rbn_ips> persist file "@PREFIX@/etc/@NAME@/rbn-ips.txt"
1818
#block drop log quick from <rbn_ips> to any

0 commit comments

Comments
 (0)