This repository has been archived by the owner on Feb 2, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Loading status checks…
Merge pull request #5 from quintindunn/main
Merge Main to Crawler
Showing
2 changed files
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
name: black-action | ||
on: [push, pull_request] | ||
jobs: | ||
linter_name: | ||
name: runner / black formatter | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: rickstaa/action-black@v1 | ||
with: | ||
black_args: ". --check" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Abuse | ||
Hello 👋! If this project has caused you any issues please contact me at one of the following methods: | ||
* Email: dunnquintin07@gmail.com | ||
* Create an issue on this repository | ||
* Discord: its_tips | ||
|
||
## Issue format: | ||
1. Nature of the issue (i.e. `excessive requests`, `not following robots.txt`, etc): | ||
2. Domain in question: | ||
3. How would you like this be handeled (optional: if not specified I will try my best to remedy the issue at hand) (i.e. blacklist domain, fix issue) |