Skip to content

Commit

Permalink
chore: add linters
Browse files Browse the repository at this point in the history
  • Loading branch information
wonhyeongseo committed Oct 8, 2023
1 parent 632048f commit 87b0d19
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 6 deletions.
18 changes: 18 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
- id: check-added-large-files
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 23.9.1
hooks:
- id: black-jupyter
language_version: python3.10
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.0.292
hooks:
- id: ruff
types_or: [python, pyi, jupyter]
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
# Computer Vision Community Course

This is the repository for a community-led course on Computer Vision. Below, you can find how you can help us in this effort.
This is the repository for a community-led course on Computer Vision. Below, you can find how you can help us in this effort.


### How to get started

1. Join us in Discord 👾

Join [the Hugging Face discord](hf.co/join/discord), take the role open-source and join us at the channel #cv-community-project.
Join [the Hugging Face discord](hf.co/join/discord), take the role open-source and join us at the channel #cv-community-project.
<img width="491" alt="image" src="https://github.com/lunarflu/fork-computer-vision-course/assets/70143200/c13d5b34-ed1c-4f12-b044-192484b94f9d">
<img width="180" alt="image" src="https://github.com/lunarflu/fork-computer-vision-course/assets/70143200/b3372a47-711f-4b43-bc85-0ba2b6f8b914">



2. Pick a section from the [table of contents](https://docs.google.com/spreadsheets/d/1fjmbsdGwe7IUMBv74LDC7IpoJy8ijiFdzGdnDlBv6eA/edit#gid=0) and add your first name and discord username there.
2. Pick a section from the [table of contents](https://docs.google.com/spreadsheets/d/1fjmbsdGwe7IUMBv74LDC7IpoJy8ijiFdzGdnDlBv6eA/edit#gid=0) and add your first name and discord username there.
(Please only sign up for two chapters maximum for now.)
3. Connect with your team members in Discord

Expand Down Expand Up @@ -41,7 +41,7 @@ Is everything already assigned, but you still really want to contribute to the c
5. While reviewing, ask yourself if the changes and additions make sense - After all, the most important part of a course is conveying ideas properly, which makes the learning experience smoother.
6. Share your feedback and ideas with the authors on how they can improve. In the long term, we're aiming to make a robust, high-quality course accessible to everyone!
7. Finally, every PR can be merged when it has two approvals from reviewers.


### Tips and Hints

Expand Down
2 changes: 1 addition & 1 deletion course/1 Fundamentals/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Fundamentals of Computer Vision

## This Chapter Introduces the basic concepts of Computer Vision and it's underlying principles
## This Chapter Introduces the basic concepts of Computer Vision and it's underlying principles
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ timm==0.9.7
evaluate==0.4.0
datasets==2.14.5
jupyter==1.0.0
ipywidgets==8.1.1
ipywidgets==8.1.1

0 comments on commit 87b0d19

Please sign in to comment.