diff --git a/.gitignore b/.gitignore
index 37a31cf23baae34587431a40ae444f7a65e2d360..5816c787dffbc00bfe9498f09f4e2b7acc630a08 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,5 @@
 # https://github.com/github/gitignore/blob/main/Global/macOS.gitignore
+
 # General
 .DS_Store
 .AppleDouble
diff --git a/pyproject.toml b/pyproject.toml
index f0b9912184e63c28595170772c9400a8d6d51f4f..1969a8ef85f22cdd67b026d0b82c766be37d636a 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -10,10 +10,7 @@ readme = "README.md"
 authors = [{ name = "Martin Kuban", email = "kuban@physik.hu-berlin.de" }]
 license = { file = "LICENSE" }
 requires-python = ">=3.7"
-dependencies = [
-    "numpy",
-    "bitarray"
-]
+dependencies = ["numpy", "bitarray"]
 
 [project.urls]
 homepage = "https://gitlab.mpcdf.mpg.de/nomad-lab/nomad-dos-fingerprints"
@@ -23,4 +20,4 @@ tests = ['pytest', 'pytest-cov']
 docs = ['sphinx', 'sphinx_rtd_theme']
 
 [tool.setuptools]
-packages = ["nomad_dos_fingerprints"]  
+packages = ["nomad_dos_fingerprints"]