Skip to content

Commit

Permalink
Merge pull request #6 from j01101111sh/dev/dev-setup
Browse files Browse the repository at this point in the history
Created dev environment for PyCharm
  • Loading branch information
j01101111sh authored Nov 29, 2023
2 parents 4a01cbb + 15a8be2 commit 2e3ff27
Show file tree
Hide file tree
Showing 10 changed files with 96 additions and 17 deletions.
8 changes: 8 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 14 additions & 0 deletions .idea/dataSources.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/inspectionProfiles/profiles_settings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

31 changes: 31 additions & 0 deletions .idea/norns.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/sqldialects.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 8 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
default_stages: [ pre-commit, post-checkout ]
default_install_hook_types: [ pre-commit, post-checkout ]
exclude: ^.idea/.*$
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
Expand Down Expand Up @@ -44,32 +45,32 @@ repos:
name: bandit
entry: poetry run bandit
language: system
types: [python]
types: [ python ]
- id: pyupgrade
name: pyupgrade
entry: poetry run pyupgrade --py311-plus
entry: poetry run pyupgrade --py310-plus
language: system
types: [python]
types: [ python ]
- id: isort
name: isort
entry: poetry run isort .
language: system
types: [python]
types: [ python ]
- id: black
name: black
entry: poetry run black
language: system
types: [python]
types: [ python ]
- id: flake8
name: flake8
entry: poetry run flake8
language: system
types: [python]
types: [ python ]
- id: pylint
name: pylint
entry: poetry run pylint -rn -sn
language: system
types: [python]
types: [ python ]
- id: poetry-sync
name: poetry-sync
entry: poetry install --sync --with dev
Expand Down
10 changes: 0 additions & 10 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2e3ff27

Please sign in to comment.