Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hassan dev #331

Open
wants to merge 31 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
ca04b17
Update test_fuzzywuzzy_pytest.py
Hassan24488 Feb 24, 2023
0dce1c6
Add files via upload
hrithikssd Feb 24, 2023
e661b07
Update README.md
hrithikssd Feb 24, 2023
2594795
Update README.md
Hassan24488 Feb 24, 2023
ff93094
Update README.md
Hassan24488 Feb 24, 2023
b0ca7e8
Update README.md
Hassan24488 Feb 24, 2023
8a15983
Update README.md
hrithikssd Feb 24, 2023
408aa62
Update README.md
hrithikssd Feb 24, 2023
5d925fd
Update README.md
hrithikssd Feb 24, 2023
e802036
Update README.md
hrithikssd Feb 24, 2023
b1717ad
Add files via upload
Hassan24488 Feb 24, 2023
88ead78
Update README.md
hrithikssd Feb 24, 2023
3738b31
Update README.md
hrithikssd Feb 24, 2023
41b4d56
Update README.md
Hassan24488 Feb 24, 2023
1c596c7
Update README.md
Hassan24488 Feb 24, 2023
da4ee5c
Update README.md
hrithikssd Feb 24, 2023
8674121
Update README.md
Hassan24488 Feb 24, 2023
c1100b2
Update README.md
hrithikssd Feb 24, 2023
0080e45
Update README.md
Hassan24488 Feb 24, 2023
dc5435e
Update README.md
hrithikssd Feb 24, 2023
3a49759
Update README.md
Hassan24488 Feb 24, 2023
933f3ed
Update README.md
hrithikssd Feb 24, 2023
0de7bb4
Update README.md
hrithikssd Feb 24, 2023
ec84d7b
Update README.md
Hassan24488 Feb 24, 2023
74d7646
Update test_2.py
Hassan24488 Feb 24, 2023
ddb635d
Merge branch 'hassan-dev' into Hrithik_dev_branch
Hassan24488 Feb 24, 2023
4b16196
Merge pull request #1 from Hassan24488/Hrithik_dev_branch
Hassan24488 Feb 24, 2023
3e280e3
Add files via upload
Hassan24488 Feb 24, 2023
37e55b6
Create a.txt
hrithikssd Feb 24, 2023
fb33e30
Merge branch 'hassan-dev' into hrithikssd-patch-1
Hassan24488 Feb 24, 2023
59264a0
Merge pull request #2 from Hassan24488/hrithikssd-patch-1
Hassan24488 Feb 24, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
@@ -1,7 +1,7 @@

## This project has been renamed and moved to https://github.com/seatgeek/thefuzz
## This project has been renamed and moved to https://github.com/seatgeek/thefuzz.


**[TheFuzz](https://github.com/seatgeek/thefuzz)** version 0.19.0 correlates with this project's 0.18.0 version with `thefuzz` replacing all instances of this project's name.

PRs and issues here will need to be resubmitted to **[TheFuzz](https://github.com/seatgeek/thefuzz)**

1 change: 1 addition & 0 deletions a.txt
@@ -0,0 +1 @@
dd
19 changes: 19 additions & 0 deletions codeql.yml
@@ -0,0 +1,19 @@
name: CodeQL
on: push



jobs:
analyze:
runs-on: ubuntu-22.04
permissions:
actions: read
contents: read
security-events: write


steps:
- uses: actions/checkout@v3
- uses: github/codeql-action/init@v2
- uses: github/codeql-action/autobuild@v2
- uses: github/codeql-action/analyze@v2