Skip to content

Commit

Permalink
fix: try to fix github actions errors
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamedFadel01 committed Oct 15, 2024
1 parent 7233f39 commit af57de1
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 22 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,24 +7,6 @@ on:
branches: [main]

jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.10"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install flake8
- name: Run linting
run: |
flake8 .
black --check .
format:
runs-on: ubuntu-latest
steps:
Expand Down
3 changes: 0 additions & 3 deletions notes/admin.py

This file was deleted.

1 change: 0 additions & 1 deletion notes/middleware.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
from django.http import HttpResponseForbidden, HttpResponseNotFound
from django.shortcuts import render
from django_ratelimit.exceptions import Ratelimited

Expand Down

0 comments on commit af57de1

Please sign in to comment.