Skip to content

Commit

Permalink
bulk commit
Browse files Browse the repository at this point in the history
  • Loading branch information
endersonmenezes committed Feb 8, 2024
1 parent f030062 commit 59255d4
Show file tree
Hide file tree
Showing 12 changed files with 1,210 additions and 1,191 deletions.
23 changes: 23 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# See https://pre-commit.com for more information
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-added-large-files
- id: check-ast
- id: check-json
- id: check-toml
- id: check-yaml

- repo: https://github.com/psf/black
rev: 24.1.1
hooks:
- id: black

- repo: https://github.com/pycqa/flake8
rev: 7.0.0
hooks:
- id: flake8
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ flowchart TD
## Desenvolvimento/Colaboração

- [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/)
- [Black](https://github.com/psf/black)
- [Pre-commit](https://pre-commit.com/)

## TODO

Expand All @@ -86,4 +88,4 @@ flowchart TD
- [ ] Visualização de Dados
- Decidir ferramenta para fazer a visualização dos dados.
- [ ] Ciência de Dados
- Decidir ferramentas e serviços para fazer a ciência de dados.
- Decidir ferramentas e serviços para fazer a ciência de dados.
Loading

0 comments on commit 59255d4

Please sign in to comment.