Skip to content

Commit

Permalink
Refactor move_it into server
Browse files Browse the repository at this point in the history
  • Loading branch information
mraspaud committed Oct 16, 2023
1 parent 088a94f commit c28e98b
Show file tree
Hide file tree
Showing 8 changed files with 349 additions and 588 deletions.
7 changes: 6 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
exclude: '^$'
fail_fast: false
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.2.3
hooks:
- id: flake8
additional_dependencies: [flake8-docstrings, flake8-debugger, flake8-bugbear, flake8-rst-docstrings]
- repo: https://github.com/pycqa/isort
rev: 5.12.0
hooks:
- id: isort
language_version: python3
Loading

0 comments on commit c28e98b

Please sign in to comment.