From d4b2254d12fe5670d03f00b802e83f4d6f2c05db Mon Sep 17 00:00:00 2001 From: Janik von Rotz Date: Wed, 12 Jul 2023 10:49:25 +0200 Subject: [PATCH] update linting config files --- hr_attendance_overtime_hours/.gitignore | 6 --- .../.pre-commit-config.yaml | 40 ------------------- 2 files changed, 46 deletions(-) delete mode 100644 hr_attendance_overtime_hours/.gitignore delete mode 100644 hr_attendance_overtime_hours/.pre-commit-config.yaml diff --git a/hr_attendance_overtime_hours/.gitignore b/hr_attendance_overtime_hours/.gitignore deleted file mode 100644 index 646eb52e..00000000 --- a/hr_attendance_overtime_hours/.gitignore +++ /dev/null @@ -1,6 +0,0 @@ -__pycache__ -default.vim -.DS_Store -*.swp -.~lock* -*.pyc \ No newline at end of file diff --git a/hr_attendance_overtime_hours/.pre-commit-config.yaml b/hr_attendance_overtime_hours/.pre-commit-config.yaml deleted file mode 100644 index 14f78640..00000000 --- a/hr_attendance_overtime_hours/.pre-commit-config.yaml +++ /dev/null @@ -1,40 +0,0 @@ -repos: - - repo: https://github.com/psf/black - rev: 19.10b0 - hooks: - - id: black - - repo: https://github.com/pre-commit/mirrors-prettier - rev: v2.4.1 - hooks: - - id: prettier - - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.0.1 - hooks: - - id: check-case-conflict - - id: check-docstring-first - - id: check-executables-have-shebangs - - id: check-merge-conflict - - id: check-symlinks - - id: check-xml - - id: debug-statements - - id: end-of-file-fixer - - id: fix-encoding-pragma - args: ["--remove"] - - id: mixed-line-ending - args: ["--fix=lf"] - - id: trailing-whitespace - - repo: https://gitlab.com/pycqa/flake8 - rev: 3.9.2 - hooks: - - id: flake8 - additional_dependencies: ["flake8-bugbear==21.9.2"] - exclude: /__init__\.py$ - - repo: https://github.com/asottile/pyupgrade - rev: v2.29.0 - hooks: - - id: pyupgrade - - repo: https://github.com/timothycrosley/isort - rev: 5.9.3 - hooks: - - id: isort -