Skip to content

Commit

Permalink
Merge pull request #86 from SENATOROVAI/main
Browse files Browse the repository at this point in the history
upd
  • Loading branch information
ruslansenatorov authored Dec 14, 2024
2 parents 4b91e7f + cdc1cd7 commit 4ef4867
Show file tree
Hide file tree
Showing 13 changed files with 28 additions and 1,346 deletions.
File renamed without changes.
16 changes: 8 additions & 8 deletions .github/workflows/black.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ on:
push:
branches:
- "**"
schedule:
- cron: "0 0 * * *" # Run every day
workflow_dispatch:
create:
delete:
release:
issues:

# schedule:
# - cron: "0 0 * * *" # Run every day
# workflow_dispatch:
# create:
# delete:
# release:
# issues:


jobs:
Expand Down
18 changes: 9 additions & 9 deletions .github/workflows/black_pull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ on:
pull_request:
branches:
- "**"
schedule:
- cron: "0 0 * * *" # Run every day
workflow_dispatch:
create:
delete:
release:
issues:
pull_request_review:
pull_request_review_comment:
# schedule:
# - cron: "0 0 * * *" # Run every day
# workflow_dispatch:
# create:
# delete:
# release:
# issues:
# pull_request_review:
# pull_request_review_comment:

jobs:
black:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/flake8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ jobs:
pip install flake8 nbqa flake8-variables-names pep8-naming flake8-functions-names
- name: Flake8
run: |
nbqa flake8 --ignore=B018,E203,E501,W291,F821,F401,E402,E121,E302,W391,W293 $(git ls-files '*.py' '*.ipynb')
flake8 --ignore=B018,E203,E501,W291,F821,F401,E402,E121,E302,W391,W293 $(git ls-files '*.py' '*.ipynb')
nbqa flake8 --ignore=E231,B018,E203,E501,W291,F821,F401,E402,E121,E302,W391,W293 $(git ls-files '*.py' '*.ipynb')
flake8 --ignore=E231,B018,E203,E501,W291,F821,F401,E402,E121,E302,W391,W293 $(git ls-files '*.py' '*.ipynb')
4 changes: 2 additions & 2 deletions .github/workflows/flake8_pull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ jobs:
pip install flake8 nbqa flake8-variables-names pep8-naming flake8-functions-names
- name: Flake8
run: |
nbqa flake8 --ignore=B018,E203,E501,W291,F821,F401,E402,E121,E302,W391,W293 $(git ls-files '*.py' '*.ipynb')
flake8 --ignore=B018,E203,E501,W291,F821,F401,E402,E121,E302,W391,W293 $(git ls-files '*.py' '*.ipynb')
nbqa flake8 --ignore=E231,B018,E203,E501,W291,F821,F401,E402,E121,E302,W391,W293 $(git ls-files '*.py' '*.ipynb')
flake8 --ignore=E231,B018,E203,E501,W291,F821,F401,E402,E121,E302,W391,W293 $(git ls-files '*.py' '*.ipynb')
6 changes: 3 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -238,8 +238,7 @@ target/
*.env # Environment variable files
coverage/

/Math/calculus/theory
/Math/school_theory


*.png
*.jpg
Expand Down Expand Up @@ -332,4 +331,5 @@ coverage/
*.indd # Adobe InDesign
*.xd # Adobe XD


/Math/calculus/theory
/Math/school_theory
2 changes: 2 additions & 0 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Владелец для всех файлов в репозитории
* @senatorovai/senatorov-team
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![photo_2024-01-16_20-54-32](https://github.com/user-attachments/assets/125c5dfa-f2d0-4d38-9599-6159665ecc86)

### Подробная инструкция https://github.com/SENATOROVAI/Data-Science-For-Beginners-from-scratch-SENATOROV/blob/main/docs/welcome/intro_ru.md

### Подробная инструкция https://github.com/SENATOROVAI/repo-data/blob/main/docs/welcome/intro_ru.md
60 changes: 0 additions & 60 deletions docs/git/git_command.py

This file was deleted.

Loading

0 comments on commit 4ef4867

Please sign in to comment.