Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v6.0.0
hooks:
- id: trailing-whitespace
exclude: node_modules/
Expand All @@ -11,14 +11,14 @@ repos:
- id: check-added-large-files
exclude: node_modules/

- repo: https://github.com/psf/black
rev: 24.1.1
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 26.5.1
hooks:
- id: black
exclude: node_modules/

- repo: https://github.com/pycqa/flake8
rev: 7.0.0
rev: 7.3.0
hooks:
- id: flake8
exclude: node_modules/
Expand Down
1 change: 0 additions & 1 deletion Drone-RL-Processing/fourDrones_final.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
from email.mime.text import MIMEText
from email.mime.multipart import MIMEMultipart


email_config = {
"sender_email": "abhisheksaraff18@gmail.com",
"sender_password": "wwtx zfew vgzq odzx", # For Gmail, use App Password
Expand Down