diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml new file mode 100644 index 000000000..0d3f68d8b --- /dev/null +++ b/.pre-commit-config.yaml @@ -0,0 +1,11 @@ +repos: + - repo: https://github.com/gitleaks/gitleaks + rev: v8.24.0 + hooks: + - id: gitleaks + + - repo: https://github.com/pre-commit/pre-commit-hooks + rev: v4.6.0 + hooks: + - id: detect-private-key + - id: check-added-large-files \ No newline at end of file diff --git a/submissions/Pasted image 20260618172903.png b/submissions/Pasted image 20260618172903.png new file mode 100644 index 000000000..c2c5d6d76 Binary files /dev/null and b/submissions/Pasted image 20260618172903.png differ diff --git a/submissions/lab3.md b/submissions/lab3.md new file mode 100644 index 000000000..3d6b96a0c Binary files /dev/null and b/submissions/lab3.md differ