Skip to content

Commit

Permalink
Update pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
juhannc committed Sep 20, 2024
1 parent 091346e commit f705d35
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 21 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ repos:
- id: reuse
name: Check license headers (REUSE)
- repo: https://github.com/FHPythonUtils/LicenseCheck
rev: '2024.2'
rev: '2024.3'
hooks:
- id: licensecheck
language: python
Expand Down Expand Up @@ -88,7 +88,7 @@ repos:
- id: absolufy-imports
name: Make python imports absolute
- repo: https://github.com/asottile/pyupgrade
rev: v3.15.2
rev: v3.17.0
hooks:
- id: pyupgrade
name: Upgrade common mistakes
Expand All @@ -109,7 +109,7 @@ repos:
- pep8-naming
- pydoclint
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.6.4
rev: v0.6.5
hooks:
- id: ruff
name: Linting Python code (ruff)
Expand Down
35 changes: 17 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,24 +17,23 @@ Implementation of ACAS X<sub>A</sub> and ACAS X<sub>U</sub> with neural networks
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->

- [`pyCASX` – A Python implementation of ACAS XA and ACAS XU for Flightgear](#pycasx--a-python-implementation-of-acas-xa-and-acas-xu-for-flightgear)
- [Description](#description)
- [Installation](#installation)
- [Requirements](#requirements)
- [Users](#users)
- [Installation via `pipx`](#installation-via-pipx)
- [Installation via `pip`](#installation-via-pip)
- [Development](#development)
- [`pre-commit`](#pre-commit)
- [VS Code](#vs-code)
- [Usage](#usage)
- [Launching ACAS X](#launching-acas-x)
- [Other options](#other-options)
- [`onnx` or `make_onnx`](#onnx-or-make_onnx)
- [`launch`](#launch)
- [`acasx`](#acasx)
- [Overwriting parameters](#overwriting-parameters)
- [Citation](#citation)
- [Description](#description)
- [Installation](#installation)
- [Requirements](#requirements)
- [Users](#users)
- [Installation via `pipx`](#installation-via-pipx)
- [Installation via `pip`](#installation-via-pip)
- [Development](#development)
- [`pre-commit`](#pre-commit)
- [VS Code](#vs-code)
- [Usage](#usage)
- [Launching ACAS X](#launching-acas-x)
- [Other options](#other-options)
- [`onnx` or `make_onnx`](#onnx-or-make_onnx)
- [`launch`](#launch)
- [`acasx`](#acasx)
- [Overwriting parameters](#overwriting-parameters)
- [Citation](#citation)

<!-- END doctoc generated TOC please keep comment here to allow auto update -->

Expand Down

0 comments on commit f705d35

Please sign in to comment.